ooi/ooi
kavithahr 4c72f8233c 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: Icfc0998c77b4d9c2112af331d21ec5b41fd7de50
2017-07-06 11:41:20 +05:30
..
api Use same environment for Neutron calls 2017-06-27 11:18:23 +02:00
occi Merge "Include OCCI1.2 save action" 2017-04-12 09:32:49 +00:00
openstack Included OCCI IPReservation support 2017-04-03 08:59:52 +02:00
tests Replace six.iteritems() with .items() 2017-07-06 11:41:20 +05:30
wsgi Publish and accept OCCI/1.1 as a valid version 2017-04-17 13:34:53 +02:00
__init__.py Removes unnecessary utf-8 encoding 2017-01-12 15:21:57 +05:30
config.py Removes unnecessary utf-8 encoding 2017-01-12 15:21:57 +05:30
exception.py OCCI 1.2 Contextualization 2017-01-13 12:32:36 +00:00
log.py Removes unnecessary utf-8 encoding 2017-01-12 15:21:57 +05:30
opts.py Removes unnecessary utf-8 encoding 2017-01-12 15:21:57 +05:30
utils.py Removes unnecessary utf-8 encoding 2017-01-12 15:21:57 +05:30
version.py Removes unnecessary utf-8 encoding 2017-01-12 15:21:57 +05:30