fuel-ostf/fuel_plugin
gecong1973 20e93c4686 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: I7844f6425787388fa37b85b3c0f305b34cddc0fa
2016-11-28 10:19:14 +08:00
..
ostf_adapter Files with no code must be left completely empty 2016-10-05 08:12:16 +07:00
ostf_client Files with no code must be left completely empty 2016-10-05 08:12:16 +07:00
testing Replace six.iteritems() with .items() 2016-11-28 10:19:14 +08:00
__init__.py Move plugin from ostf_plugin repo 2013-09-18 14:20:11 +03:00
consts.py Add usage of namedtuples for run and tests status 2016-04-04 14:02:23 +03:00