aodh/ceilometer/alarm/evaluator
Victor Stinner de9c4891e7 Python 3: generalize the usage of the six module
* Replace itertools.ifilter() with six.moves.filter()
* Replace itertools.imap() with six.moves.map()
* Replace map(_compare, statistics)
  with [_compare(statistic) for statistic in statistics]
* Replace obj.iterkeys() with six.iterkeys(obj)
* Replace obj.iteritems() with six.iteritems(obj)
* Replace xrange() with six.moves.xrange(), or with range() for small
  ranges
* Replace the repr module with six.moves.reprlib

Change-Id: Iaaa328cc15355182bde444a1aeaa4385691c8f90
2015-05-15 22:41:52 +02:00
..
__init__.py reset croniter to avoid cur time shift 2015-04-01 19:52:57 +08:00
combination.py Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
gnocchi.py alarm: Use new gnocchi aggregation API 2015-03-26 08:28:45 +01:00
threshold.py Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
utils.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00