fuel-stats/collector/collector/test
Ji-Wei a3102f6fc6 Make xrange py3 compatible
In py3 ,
Xrange is renamed to range,
so it needs to be modified to make it compatible.
the code:
print (xrange(5))
Traceback (most recent call last):
  File "code", line 4, in <module>
    print (xrange(5))
NameError: name 'xrange' is not defined.

Change-Id: I3a0e22876c35ced5c961c092fcda25db33d1c599
Closes-Bug: #1596127
2016-07-01 03:15:46 +00:00
..
common Make xrange py3 compatible 2016-07-01 03:15:46 +00:00
db Cleaning test DB without Alembic migrations 2016-03-29 14:23:13 +00:00
logs Logging added 2014-09-18 18:00:30 +04:00
resources Make xrange py3 compatible 2016-07-01 03:15:46 +00:00
templates Make xrange py3 compatible 2016-07-01 03:15:46 +00:00
__init__.py Installation struct API call 2014-10-13 19:31:11 +04:00
base.py Cleaning test DB without Alembic migrations 2016-03-29 14:23:13 +00:00