deb-ceilometer/ceilometer/alarm/evaluator
Victor Stinner b7cd3a99b1 Fix Python 3 issue in opendaylight client
* Replace "resp.status_code / 100" with "resp.status_code // 100" to use
  integer division, not float division, on Python 3
* Replace also "int(status / 100)" with "status // 100" in other files

Change-Id: I609065529ffbfc718a7b382b191e588bd5ed3933
2015-07-31 15:20:12 +02:00
..
__init__.py use oslo.log instead of oslo-incubator code 2015-05-28 11:08:02 -04:00
combination.py Fix usage of iterator/list on Python 3 2015-06-20 09:06:52 +02:00
gnocchi.py Fix Python 3 issue in opendaylight client 2015-07-31 15:20:12 +02:00
threshold.py use oslo.log instead of oslo-incubator code 2015-05-28 11:08:02 -04:00
utils.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00