fuel-stats/migration/migration
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
..
test Make xrange py3 compatible 2016-07-01 03:15:46 +00:00
__init__.py Migration from PostgreSQL to Elasticsearch 2014-10-28 14:44:20 +03:00
config.py We shouldn't show filtered stats in the web UI 2015-06-29 17:00:49 +03:00
db.py Migration from PostgreSQL to Elasticsearch 2014-10-28 14:44:20 +03:00
log.py Fix for migrator logging configuration 2014-12-04 13:33:57 +03:00
migrator.py We shouldn't show filtered stats in the web UI 2015-06-29 17:00:49 +03:00
model.py We shouldn't show filtered stats in the web UI 2015-06-29 17:00:49 +03:00
runner.py Migration from PostgreSQL to Elasticsearch 2014-10-28 14:44:20 +03:00