bifrost/bifrost
Luong Anh Tuan 9629270987 Replace six.iteritems() with .items()
We should avoid using six.iteritems/keys achieve iterators. We can use
dict.items/keys instead, as it wil l return iterators in PY3 as well.
And dict.items/keys will more readable.

In py2, the performance about list should be negligible, see
https://wiki.openstack.org/wiki/Python3 and
http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I6f8ee2ed36ed94e2ef8347463f56eed44464a605
2016-11-22 19:47:39 +00:00
..
tests Correct inventory script key usage 2016-01-17 16:19:23 -05:00
__init__.py Modularize inventory and add initial testing 2015-11-04 18:19:49 -05:00
inventory.py Replace six.iteritems() with .items() 2016-11-22 19:47:39 +00:00
version.py Add bifrost version look-up 2015-12-17 05:10:11 -05:00