kolla/kolla/cmd
ting.wang defd70cef9 Use dict.items() for adding Python 3 compatibility
Replacing dict.iteritems()/.itervalues() with
six.iteritems(dict)/six.itervalues(dict) was preferred in the past,
but there was a discussion suggesting to avoid six for this.

ref:
http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Partially implements: blueprint python3
Change-Id: Ie931bc02f558f6db3677b44f645eb3bdf78ccae8
2016-01-16 13:44:16 +08:00
..
__init__.py Make Kolla installable via PIP 2015-08-24 16:08:49 -07:00
build.py Use dict.items() for adding Python 3 compatibility 2016-01-16 13:44:16 +08:00