Python 3 fixes via 2to3 - the xrange() function has been replaced by range().
The command used was: 2to3 -j 4 -w -f xrange .
Authored by: bugman 2014-11-11
Parent: [r26536]
Child: [r26538]