summaryrefslogtreecommitdiffstats
path: root/test/scons-time/obj/tail.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/obj/tail.py')
-rw-r--r--test/scons-time/obj/tail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scons-time/obj/tail.py b/test/scons-time/obj/tail.py
index 9049c89..341a905 100644
--- a/test/scons-time/obj/tail.py
+++ b/test/scons-time/obj/tail.py
@@ -40,7 +40,7 @@ lines = []
line_fmt = ' 1501%(i)s 1502%(i)s 1503%(i)s 1504%(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())