horizon/openstack_dashboard/utils
Victor Stinner 070bde3e21 Replace dict.iteritems() with six.iteritems(dict)
The iteritems() method of Python 2 dictionaries was renamed to items()
on Python 3. The overhead of creating a temporary list for items() on
Python 2 is negligible.

Replace also dict.itervalues() with six.itervalues(dict) in
horizon/test/utils.py.

Partial-Implements: blueprint porting-python3
Change-Id: Ib2d62236be2620c4626099ce80e6c8a9397a4533
2015-07-24 12:20:56 +02:00
..
__init__.py Neutron Security Group native support 2013-07-12 21:03:40 +09:00
filters.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
metering.py Merge "Optimize getting unit in "metering" dashboard" 2015-06-24 03:45:42 +00:00
settings.py Replace dict.iteritems() with six.iteritems(dict) 2015-07-24 12:20:56 +02:00