loooosy 978157fe32 Replace six.iteritems() with .items()
update  where ```iteritems``` is used
1.As mentioned in [1], we should avoid using
six.iteritems to achieve iterators. We can
use dict.items instead, as it will return
iterators in PY3 as well. And dict.items/keys
will more readable. 2.In py2, the performance
about list should be negligible, see the link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: Ic82c26e0f37bd3ecea98bc85bd98bd62c8d762a2
2017-04-03 22:52:26 +08:00
..
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2016-04-13 16:50:44 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2017-02-20 17:36:07 +00:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2016-04-20 08:58:27 +00:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00