fuel-stats/collector/collector/api/common
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
..
__init__.py Installation struct API call 2014-10-13 19:31:11 +04:00
consts.py List of collected OSWLs is extended. Images key is added 2015-02-18 16:32:03 +02:00
util.py Make xrange py3 compatible 2016-07-01 03:15:46 +00:00