Updated openstack/openstack

Project: openstack/oslo.i18n  6a6ba06ec02316c9cb4484dbcd0472805b0a1720

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
This commit is contained in:
Jenkins 2016-12-05 13:17:47 +00:00 committed by Gerrit Code Review
parent d9b7410c18
commit a9c911e35c
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit ff05a5e29f11e9a3957191afa91dde42a3d1fe3b
Subproject commit 6a6ba06ec02316c9cb4484dbcd0472805b0a1720