python-muranoclient/muranoclient/apiclient
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 move old apiclient code out of openstack/common 2016-11-08 10:35:15 -05:00
auth.py Replace six.iteritems() with .items() 2017-04-04 17:29:58 +05:30
base.py Replace six.iteritems() with .items() 2017-04-04 17:29:58 +05:30
client.py move old apiclient code out of openstack/common 2016-11-08 10:35:15 -05:00
exceptions.py Replace six.iteritems() with .items() 2017-04-04 17:29:58 +05:30
fake_client.py move old apiclient code out of openstack/common 2016-11-08 10:35:15 -05:00