dragonflow/dragonflow/cli
xurong00037997 8bafefb8df Replace six.iteritems/itervalues with dict.items()/values()
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: I1d260757c26449317e34367141bdbcfec7831647
2017-02-06 17:44:19 +08:00
..
__init__.py Fix DB CLI tool 2016-02-11 09:29:45 +02:00
df_db.py Merge "Dynamic register nb db models" 2016-12-26 13:07:57 +00:00
utils.py Replace six.iteritems/itervalues with dict.items()/values() 2017-02-06 17:44:19 +08:00