fuel-menu/fuelmenu
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
..
common Replace six.iteritems() with .items() 2016-12-09 11:24:04 +08:00
modules Replace six.iteritems() with .items() 2016-12-09 11:24:04 +08:00
tests Files with no code must be left completely empty 2016-09-30 17:00:16 +07:00
__init__.py Files with no code must be left completely empty 2016-09-30 17:00:16 +07:00
consts.py Added ability to update PXE DHCP parameters after deploy 2016-06-01 15:49:56 +03:00
fuelmenu.py Merge "Add error message, when run not on a tty" 2016-09-29 08:07:44 +00:00
settings.py Clean imports in code 2016-09-06 14:10:44 +07:00
settings.yaml Switch to Ubuntu Xenial 2016-07-25 11:14:17 +00:00