sahara-dashboard/sahara_dashboard
pawnesh.kumar 20ae6d4418 Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid using
six.iteritems to achieve iterators. We can
use dict.items instead, as it will return
iterators in PY3 as well. And dict.items/keys
will more readable. 2.In py2, the performance
about list should be negligible, see the link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: If17002f8ce9ddb44109feca9bed9524299c404c4
2017-03-30 15:46:48 +05:30
..
api Switch to oslo_log 2017-01-18 16:49:30 +05:30
content Replace six.iteritems() with .items() 2017-03-30 15:46:48 +05:30
enabled Add Apache 2.0 license to source file 2016-09-27 10:45:38 +07:00
locale Imported Translations from Zanata 2017-03-24 06:12:44 +00:00
test fix unit tests for sahara-dashboard 2016-11-23 13:35:30 +03:00
__init__.py Excising Sahara content from Horizon 2015-11-30 16:40:44 -07:00
exceptions.py Moving exception specification 2015-12-01 13:23:33 -07:00
utils.py Add pagination ability to UI 2016-08-18 10:55:34 +00:00
version.py Start using reno for release notes 2016-06-08 16:08:42 +03:00