swift/test/unit/container
Victor Stinner e5c962a28c Replace xrange() with six.moves.range()
Patch generated by the xrange operation of the sixer tool:
https://pypi.python.org/pypi/sixer

Manual changes:

* Fix indentation for pep8 checks
* Fix TestGreenthreadSafeIterator.test_access_is_serialized of
  test.unit.common.test_utils:
  replace range(1, 11) with list(range(1, 11))
* Fix UnsafeXrange docstring, revert change

Change-Id: Icb7e26135c5e57b5302b8bfe066b33cafe69fe4d
2015-06-23 07:29:15 +00:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
test_auditor.py Add Storage Policy support to Containers 2014-06-18 17:31:38 -07:00
test_backend.py Replace xrange() with six.moves.range() 2015-06-23 07:29:15 +00:00
test_reconciler.py Replace it.next() with next(it) for py3 compat 2015-06-15 22:10:45 +05:30
test_replicator.py Replace it.next() with next(it) for py3 compat 2015-06-15 22:10:45 +05:30
test_server.py Replace it.next() with next(it) for py3 compat 2015-06-15 22:10:45 +05:30
test_sync.py Replace xrange() with six.moves.range() 2015-06-23 07:29:15 +00:00
test_updater.py Replace xrange() with six.moves.range() 2015-06-23 07:29:15 +00:00