fuel-menu/fuelmenu/common
gengchc2 b86f1cdad8 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: I2b2c1e76c4dda9a106ff3783fe882fb8a0f78112
2016-12-09 11:24:04 +08:00
..
__init__.py Files with no code must be left completely empty 2016-09-30 17:00:16 +07:00
dialog.py dialog module unit test coverage 2016-02-11 13:47:48 +03:00
errors.py Activate interface before duplicate IP check 2015-05-06 14:11:08 +03:00
modulehelper.py Replace six.iteritems() with .items() 2016-12-09 11:24:04 +08:00
network.py Clean imports in code 2016-09-06 14:10:44 +07:00
puppet.py Replace six.iteritems() with .items() 2016-12-09 11:24:04 +08:00
pwgen.py update hacking requirement to version 0.10 2016-02-29 13:49:01 +03:00
replace.py replace module unit test coverage 2016-02-11 13:38:38 +03:00
timeout.py Timeout module refactoring 2016-02-20 18:12:48 +03:00
urwidwrapper.py Update color scheme 2016-04-04 14:00:35 +00:00
utils.py prevent running second copy of fuelmenu 2016-04-22 12:45:50 +03:00