python-muranoclient/muranoclient/glance
M V P Nitesh 3e70d5be31 Replace six.iteritems() with .items()
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: Ib3740617715c7097efeb5852338a669dc0bf8ff7
2017-04-04 17:29:58 +05:30
..
__init__.py Replace six.iteritems() with .items() 2017-04-04 17:29:58 +05:30
artifacts.py Replace six.iteritems() with .items() 2017-04-04 17:29:58 +05:30
client.py Make use of version passed to glare artifacts_client 2016-03-29 08:51:47 +00:00