python-muranoclient/muranoclient/common
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 KEERO-320 - Fix all occurrences of old names (keero, glazier) in python client 2013-04-26 02:00:15 +04:00
base.py move old apiclient code out of openstack/common 2016-11-08 10:35:15 -05:00
exceptions.py Fix spellings for some words 2016-02-03 15:34:00 +00:00
http.py Remove log translations 2017-03-21 02:50:06 -04:00
utils.py Replace six.iteritems() with .items() 2017-04-04 17:29:58 +05:30
yaqlexpression.py Increase yaql quotas 2016-08-30 17:32:01 +00:00
yaqlexpression_legacy.py Improving python3 compatibility 2016-02-11 16:00:04 +03:00