horizon/openstack_dashboard/utils
Cady_Chen 51fe944449 Replace six.iteritems(iter) with iter.items()
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
2016-12-14 11:13:20 +08:00
..
__init__.py Neutron Security Group native support 2013-07-12 21:03:40 +09:00
filters.py Refactor status and admin state translation code 2015-10-30 15:36:52 -05:00
settings.py Replace six.iteritems(iter) with iter.items() 2016-12-14 11:13:20 +08:00