cinder/cinder/common
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 Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
config.py set default auth_strategy to keystone 2015-04-09 15:22:58 +01:00
sqlalchemyutils.py Replace xrange() with six.moves.range() 2015-06-16 10:46:40 +02:00