gluon/gluon/sync_etcd
loooosy 373d7f0721 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: Ida473d702a89e067c350c5cfde6c1982fb466577
2017-04-15 15:11:53 +08:00
..
__init__.py Initial Gluon Code 2016-09-21 19:48:56 +00:00
log.py Proton server to support multiple API models 2016-11-17 10:54:52 -06:00
thread.py Replace six.iteritems() with .items() 2017-04-15 15:11:53 +08:00