keystonemiddleware/keystonemiddleware
Van Hung Pham 8c017470ad 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, as link [2].

[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: Id1cab2190424f1ac8b48cae43e4006f1d720be0c
2017-07-12 13:43:55 +07:00
..
_common Replace six.iteritems() with .items() 2017-07-12 13:43:55 +07:00
audit Fix oslo.messaging deprecation of get_transport 2017-05-24 22:14:07 -05:00
auth_token Replace six.iteritems() with .items() 2017-07-12 13:43:55 +07:00
echo Replace six.iteritems() with .items() 2017-07-12 13:43:55 +07:00
locale/ko_KR/LC_MESSAGES Imported Translations from Zanata 2017-01-24 08:44:20 +00:00
tests Replace six.iteritems() with .items() 2017-07-12 13:43:55 +07:00
__init__.py Moving middleware to new location 2014-06-19 15:50:41 -07:00
ec2_token.py use oslo.log instead of logging 2017-01-13 03:24:18 +00:00
exceptions.py Create a Config object 2016-06-10 18:21:56 +00:00
fixture.py use oslo.log instead of logging 2017-01-13 03:24:18 +00:00
i18n.py Remove log translations 2017-05-02 09:58:02 +08:00
opts.py Move auth token opts calculation into auth_token 2016-06-13 14:03:23 -03:00
s3_token.py Remove log translations 2017-05-02 09:58:02 +08:00