51fe944449
As mentioned in [1], we should avoid using six.iteritems(iter) to achieve iterators. We can use iter.items() instead, as it will return iterators in PY3 as well. [1] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html Change-Id: Ieadd5fa69b3f6058c0641a5b96ef3e8e1e3f6cc2 |
||
---|---|---|
.. | ||
__init__.py | ||
filters.py | ||
settings.py |