openstack-health/openstack_health
gengchc2 5434c8fd86 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: Ia082e1a64efbd5f3e9dc6830f14181cb30a11fd2
2016-12-09 10:17:25 +08:00
..
tests Merge "Add failed runs list to test page" 2016-08-16 15:16:47 +00:00
__init__.py Add python bits to the repo 2015-09-14 19:06:08 -04:00
api.py Replace six.iteritems() with .items() 2016-12-09 10:17:25 +08:00
base_aggregator.py Properly interpolate missing data for test_runs 2015-12-11 17:12:43 -05:00
distributed_dbm.py Fix changed imports in dogpile.cache 0.6.0 2016-06-07 11:52:08 -04:00
run_aggregator.py Enable Python 3 2016-02-24 19:56:46 +00:00
test_run_aggregator.py Fix pandas functions warnings 2016-06-30 17:06:50 +09:00