python-cinderclient/cinderclient
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
..
apiclient Replace six.iteritems(iter) with iter.items() 2016-12-01 20:24:29 +08:00
tests Fix test_version_discovery test 2016-11-22 14:48:41 +02:00
v1 Optimize: add build_query_param method to clean code 2016-11-07 09:26:52 +08:00
v2 Enhance help message of upload_to_image 2016-08-25 10:02:25 +00:00
v3 Replace six.iteritems(iter) with iter.items() 2016-12-01 20:24:29 +08:00
__init__.py Remove vim header 2014-02-12 10:18:09 -06:00
_i18n.py Graduate to oslo.i18n and cleanup incubator usage 2016-03-24 11:40:38 -04:00
api_versions.py Deleting volume metadata keys with a single request 2016-09-01 22:53:06 +03:00
auth_plugin.py Replace six.iteritems(iter) with iter.items() 2016-12-01 20:24:29 +08:00
base.py Move old oslo-incubator code out of openstack/common 2016-11-03 18:29:31 +05:30
client.py Mask passwords when logging HTTP req/resp bodies 2016-11-09 09:14:15 -05:00
exceptions.py Add "start_version" and "end_version" support to argparse 2016-08-16 16:16:13 +00:00
extension.py Move old oslo-incubator code out of openstack/common 2016-11-03 18:29:31 +05:30
shell.py Update --endpoint-type dest to os_endpoint_type 2016-10-21 22:07:51 +00:00
utils.py Replace six.iteritems(iter) with iter.items() 2016-12-01 20:24:29 +08:00
version.py Add reno for release notes management 2015-12-13 19:56:41 -06:00