aodh/ceilometer/tests/compute
Victor Stinner 46f4b8ae7e Python 3: replace long with int
* Replace 123L with 123: "123L" is a syntax error on Python 3
* Replace long() with int()
* Replace (int, long) with six.integer_types
* Make long type conditional in META_TYPE_MAP
  (ceilometer/storage/sqlalchemy/utils.py)

Change-Id: Iccd628222b63caf4ff9bbab17f973b7da1f370bb
2015-05-15 22:45:39 +02:00
..
notifications Python 3: replace long with int 2015-05-15 22:45:39 +02:00
pollsters Python 3: replace long with int 2015-05-15 22:45:39 +02:00
virt Python 3: replace long with int 2015-05-15 22:45:39 +02:00
__init__.py Move tests into ceilometer module 2013-11-13 15:32:31 +01:00