Files
python-ceilometerclient/ceilometerclient
Cyril Roelandt ce87356c65 Python 3: fix test_sample_list
Change the counter_volume field of "fake" samples to get compatibility with
both Python 2 and 3.

In Python 2:

    >>> print(str(0.261666666666667))
    0.261666666667

In Python 3:
    >>> print(str(0.261666666666667))
    0.261666666666667

Change-Id: I4beed7aff7e89f891024975b9df9208c987dc87c
2014-01-10 02:01:46 +01:00
..
2013-12-02 08:58:47 -05:00
2014-01-10 02:01:46 +01:00
2013-10-14 17:48:13 +08:00
2013-05-23 09:45:27 +10:00
2013-10-01 08:34:04 +02:00
2013-12-16 17:14:39 +01:00