Sarah Owens a6053d54f1 Change usages of xrange() to range()
In Python3, range() creates a generator rather than a list.

None of the parameters in the ranges changed looked large enough
to create an impact in memory in Python2.  Note: the only use of
range() was for iteration and did not need to be changed.

This is part of a series of changes to introduce Python3 support.

Change-Id: I50b665f9296ea160a5076c71f36a65f76e47029f
2012-11-01 13:36:50 -07:00
2009-06-02 00:09:07 +02:00
2012-10-30 10:28:20 +09:00
2012-10-30 10:28:20 +09:00
2008-10-21 07:00:00 -07:00
2012-10-23 21:35:59 -07:00
2012-10-22 12:30:14 +09:00
2012-10-30 10:28:20 +09:00
2012-10-30 10:28:20 +09:00
2012-11-01 13:36:50 -07:00
2012-10-30 10:28:20 +09:00
2012-10-09 12:45:30 +02:00
2011-09-19 14:52:57 -07:00
2012-11-01 13:36:50 -07:00
Description
No description provided
Apache-2.0 35 MiB
Languages
Python 99.1%
Shell 0.9%