cinder/doc/ext
Victor Stinner 8e63cccb65 Replace xrange() with six.moves.range()
Add "from six.moves import range" to replace the builtin range()
function with six.moves.range() to always create an iterator, instead of
creating a temporary list.

Replace "xrange" with "range".

Don't add the import for ranges of 1024 items or less.

Blueprint cinder-python3
Change-Id: If618b4e810e444f7eb6592bb2398805e9d14d548
2015-06-16 10:46:40 +02:00
..
__init__.py Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
cinder_autodoc.py Use built-in print() instead of print statement 2013-09-18 08:44:28 -07:00
cinder_todo.py Replace xrange() with six.moves.range() 2015-06-16 10:46:40 +02:00