manila/doc/ext
chen-li 346b7c468a py3: use six.moves.range instead of xrange
six is the canonical compatibility library for supporting
Python 2 and 3 in a single codebase.

The xrange module  was removed in Python 3 and we should
use 'six.moves.range' instead of 'xrange' to make
code compatible with py 2 and 3 as well.

Partially-implements blueprint py3-compatibility

Change-Id: Id054857f320d9eda02bc0b82e5512c0595342290
2014-12-27 18:41:21 +08:00
..
__init__.py Initialize from cinder 2013-08-08 10:34:06 -04:00
manila_autodoc.py Update manila's docs 2014-06-23 19:19:28 +03:00
manila_todo.py py3: use six.moves.range instead of xrange 2014-12-27 18:41:21 +08:00