summaryrefslogtreecommitdiffstats
path: root/test/scons-time/obj/glob.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/obj/glob.py')
-rw-r--r--test/scons-time/obj/glob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scons-time/obj/glob.py b/test/scons-time/obj/glob.py
index 07ccccc..2105355 100644
--- a/test/scons-time/obj/glob.py
+++ b/test/scons-time/obj/glob.py
@@ -38,7 +38,7 @@ lines = [
line_fmt = ' 601%(i)s 602%(i)s 603%(i)s 604%(i)s %(logfile_name)s\n'
-for i in xrange(9):
+for i in range(9):
logfile_name = 'foo-%s.log' % i
test.fake_logfile(logfile_name, i)
lines.append(line_fmt % locals())