deb-python-oslo.i18n/oslo_i18n
Luong Anh Tuan d99353c44d Replace six.iteritems() with .items()
We should avoid using six.iteritems/keys achieve iterators. We can use
dict.items/keys instead, as it will return iterators in PY3 as well.
And dict.items/keys will more readable.

In py2, the performance about list should be negligible, see
https://wiki.openstack.org/wiki/Python3 and
http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I8cdac1b75918094b9b3acbc65d53d231e86eca19
2016-11-23 12:02:38 +00:00
..
locale Imported Translations from Zanata 2016-06-04 06:50:46 +00:00
tests Fix parameters of assertEqual are misplaced 2016-07-23 19:54:15 +08:00
__init__.py Move out of the oslo namespace package 2014-12-18 16:35:03 -05:00
_factory.py add versionadded designations to newer functions 2015-12-28 15:34:11 +00:00
_gettextutils.py Replace six.iteritems() with .items() 2016-11-23 12:02:38 +00:00
_i18n.py Update translation setup 2016-01-31 00:20:42 +09:00
_lazy.py Move out of the oslo namespace package 2014-12-18 16:35:03 -05:00
_locale.py Move out of the oslo namespace package 2014-12-18 16:35:03 -05:00
_message.py Better isolate tests and fixtures from environment 2016-03-24 11:42:53 -07:00
_translate.py Replace six.iteritems() with .items() 2016-11-23 12:02:38 +00:00
fixture.py Better isolate tests and fixtures from environment 2016-03-24 11:42:53 -07:00
log.py Move out of the oslo namespace package 2014-12-18 16:35:03 -05:00