Files
python-saharaclient/saharaclient
daohanli a594388fc1 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: I8b181c1b049105fdd698385c4aba3546126a53dc
2017-03-30 13:38:26 +08:00
..
2017-03-30 13:38:26 +08:00
2017-03-30 13:38:26 +08:00
2017-02-06 15:53:11 +08:00
2016-10-01 15:51:11 +00:00
2015-01-27 10:24:57 +03:00