panko/ceilometer/compute
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
..
notifications Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
pollsters Revert "remove instance:<flavor> meter" 2015-04-03 09:52:51 +02:00
virt Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
__init__.py Remove disabled_compute_pollsters option 2013-06-12 16:09:56 +02:00
discovery.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
util.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00