python-manilaclient/manilaclient/v1
ji-xuepeng e627decb4d 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: I159cf82541e43468b106e8e22373a0a24a4f6a53
2017-02-07 22:35:04 +08:00
..
contrib Replace OpenStack LLC with OpenStack Foundation 2016-07-26 12:21:45 +00:00
__init__.py Replace OpenStack LLC with OpenStack Foundation 2016-07-26 12:21:45 +00:00
client.py Replace six.iteritems() with .items() 2017-02-07 22:35:04 +08:00
limits.py Replace OpenStack LLC with OpenStack Foundation 2016-07-26 12:21:45 +00:00
quota_classes.py Replace OpenStack LLC with OpenStack Foundation 2016-07-26 12:21:45 +00:00
quotas.py Replace OpenStack LLC with OpenStack Foundation 2016-07-26 12:21:45 +00:00
scheduler_stats.py Fix backwards compatibility for v1 API imports 2016-01-19 14:41:08 +02:00
security_services.py Replace OpenStack LLC with OpenStack Foundation 2016-07-26 12:21:45 +00:00
services.py Replace OpenStack LLC with OpenStack Foundation 2016-07-26 12:21:45 +00:00
share_networks.py Replace OpenStack LLC with OpenStack Foundation 2016-07-26 12:21:45 +00:00
share_servers.py Replace OpenStack LLC with OpenStack Foundation 2016-07-26 12:21:45 +00:00
share_snapshots.py Fix backwards compatibility for v1 API imports 2016-01-19 14:41:08 +02:00
share_type_access.py Fix backwards compatibility for v1 API imports 2016-01-19 14:41:08 +02:00
share_types.py Fix backwards compatibility for v1 API imports 2016-01-19 14:41:08 +02:00
shares.py Fix backwards compatibility for v1 API imports 2016-01-19 14:41:08 +02:00