Files
horizon/openstack_dashboard/api
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
..
2016-11-17 16:52:13 -07:00
2016-02-12 16:58:00 +00:00
2016-12-01 19:31:10 +00:00
2016-12-01 19:31:10 +00:00