horizon/openstack_dashboard/dashboards/admin/images
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
..
templates/images Clean modal forms for Images panel 2015-03-12 12:01:16 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
forms.py Widget to expose the metadata catalog from glance 2014-09-11 19:10:41 +02:00
panel.py Tolerate service catalog and endpoint connection errors 2014-07-21 08:38:53 -05:00
tables.py Add project column for admin images tables 2015-06-16 15:19:04 +08:00
tests.py Replace mox with mox3 2015-07-13 15:02:10 +02:00
urls.py Fix E128 errors in openstack_dashboard/dashboards/admin/ 2014-10-15 13:50:07 +09:00
views.py Replace dict.iteritems() with six.iteritems(dict) 2015-07-24 12:20:56 +02:00