python-magnumclient/magnumclient
wangqun 0d6aad6486 Replace six.iteritems(dict) with dict.items()
Replacing dict.iteritems()/.itervalues() with
six.iteritems(dict)/six.itervalues(dict) was preferred in the past
but there was a discussion suggesting to avoid six for this.
ref:
http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I60cf0f7f23d26528835966f57bc5624c4b446376
2016-01-19 04:28:43 +00:00
..
common Fix bypass_url and errors with no headers 2016-01-13 07:43:56 -05:00
openstack Replace six.iteritems(dict) with dict.items() 2016-01-19 04:28:43 +00:00
tests Merge "Add unit test for pod-create with invalid bay status" 2016-01-13 16:51:00 +00:00
v1 Prevent list pods while bay is not ready 2016-01-12 00:11:18 +08:00
__init__.py Added project required files. 2014-11-21 08:33:53 +09:00
client.py Add unversioned client constructor 2015-11-10 08:32:06 +00:00
exceptions.py Fix bypass_url and errors with no headers 2016-01-13 07:43:56 -05:00
i18n.py Setup for translation 2015-05-14 20:26:10 -04:00
shell.py Remove references to _i18n and apiclient.exceptions 2015-12-26 00:07:11 -05:00
version.py Skeleton for the cli client 2014-11-21 15:22:41 -08:00