manila/manila
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
..
api Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
cmd Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
common Merge "OpenStack typo" 2015-11-21 03:06:00 +00:00
compute Fix handling of Novaclient exceptions 2016-01-04 12:46:03 +02:00
consistency_group Add space to message in manila/consistency_group/api.py 2015-12-17 06:56:43 +00:00
db Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
hacking Performance: leverage dict comprehension in PEP-0274 2015-12-11 19:24:56 -05:00
locale Imported Translations from Transifex 2015-05-03 08:14:17 +02:00
network Merge "Replace deprecated [logger/LOG].warn with warning" 2016-01-09 05:32:59 +00:00
scheduler Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
share Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
testing Rewrited mox tests to mock (part 2) 2014-06-17 17:55:21 +03:00
tests Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
volume Fix exceptions handling for py34 compatibility 2015-08-05 17:15:46 +03:00
__init__.py Remove vim headers 2014-10-06 15:00:27 +02:00
context.py Merge "Replace deprecated [logger/LOG].warn with warning" 2016-01-09 05:32:59 +00:00
exception.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
i18n.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00
manager.py Reuse 'periodic_task' from oslo_service 2015-07-20 19:38:19 +03:00
opts.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
policy.py Use oslo_policy lib instead of oslo-incubator code 2015-04-21 13:05:42 +03:00
quota.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
rpc.py Drop use of 'oslo' namespace package 2015-04-29 16:51:33 +03:00
service.py Replace deprecated [logger/LOG].warn with warning 2016-01-08 10:32:47 +08:00
test.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
utils.py timeutils.total_seconds() is deprecated 2015-12-02 09:36:44 +08:00
version.py Remove vim headers 2014-10-06 15:00:27 +02:00
wsgi.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00