python-adjutantclient/adjutantclient
Arundhati Surpur 5d1caeb37f 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: I9cf36db9e18d02238ebbfa6962f0ac76d694a43a
2020-04-29 08:13:42 +00:00
..
common Replace six.iteritems() with .items() 2020-04-29 08:13:42 +00:00
osc Replace six.iteritems() with .items() 2020-04-29 08:13:42 +00:00
tests Add tox.ini 2017-09-27 17:25:23 +13:00
v1 Replace six.iteritems() with .items() 2020-04-29 08:13:42 +00:00
__init__.py Renamed to Adjutant and cull legacy code 2017-05-25 21:32:41 +12:00
_i18n.py Renamed to Adjutant and cull legacy code 2017-05-25 21:32:41 +12:00
client.py Renamed to Adjutant and cull legacy code 2017-05-25 21:32:41 +12:00
exc.py Renamed to Adjutant and cull legacy code 2017-05-25 21:32:41 +12:00