manila/manila/cmd
ting.wang 2bc625399f Using dict.items() is better than six.iteritems(dict)
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[1].
The overhead of creating a temporary list on Python 2 is negligible.

[1]http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html
Partially-implements blueprint py3-compatibility

Change-Id: Ia2298733188b3d964d43a547504ede2ebeaba9bd
2016-01-19 22:22:48 +08:00
..
__init__.py Use entry_points for manila scripts 2015-04-14 21:04:01 +03:00
all.py Enable multi-process for API service 2015-07-23 10:22:24 +00:00
api.py Enable multi-process for API service 2015-07-23 10:22:24 +00:00
manage.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
scheduler.py Sync oslo-incubator code 2015-04-22 11:20:25 +03:00
share.py Enable multi-process for API service 2015-07-23 10:22:24 +00:00