python-cinderclient/cinderclient/apiclient
xianming mao 8a4f61a93d Replace six.iteritems(iter) with iter.items()
As mentioned in [1], we should avoid using six.iteritems(iter) to
achieve iterators. We can use iter.items() instead, as it will
return iterators in PY3 as well.

[1] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: Ic41abf2ca6ec3ecb651b980091b52d0a185c9089
2016-12-01 20:24:29 +08:00
..
__init__.py Move old oslo-incubator code out of openstack/common 2016-11-03 18:29:31 +05:30
base.py Replace six.iteritems(iter) with iter.items() 2016-12-01 20:24:29 +08:00
client.py Move old oslo-incubator code out of openstack/common 2016-11-03 18:29:31 +05:30
exceptions.py Replace six.iteritems(iter) with iter.items() 2016-12-01 20:24:29 +08:00
fake_client.py Move old oslo-incubator code out of openstack/common 2016-11-03 18:29:31 +05:30