aodh/ceilometer/tests/api
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
..
v2 Python 3: generalize the usage of the six module 2015-05-15 22:41:52 +02:00
__init__.py Switch to oslo.policy 0.3.0 2015-03-11 09:33:19 +08:00
test_app.py Do not default pecan_debug to CONF.debug 2015-02-26 12:26:27 -08:00
test_versions.py Describe API versions 2014-09-24 08:38:26 -07:00