octavia/octavia/hacking
WangBinbin 039395f7ee Replace six.iteritems() with .items()
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 be more readable.

In py2, the performance about list should be negligible

Change-Id: I153d91e884ef0ea0a760527f3dab2b8d5ed3e38e
2017-03-13 02:56:27 +08:00
..
__init__.py Oslo incubator updates 2014-12-02 12:00:34 -07:00
checks.py Replace six.iteritems() with .items() 2017-03-13 02:56:27 +08:00