summaryrefslogtreecommitdiffstats
path: root/test/scons-time/time/tail.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/time/tail.py')
-rw-r--r--test/scons-time/time/tail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scons-time/time/tail.py b/test/scons-time/time/tail.py
index 372f785..c89f904 100644
--- a/test/scons-time/time/tail.py
+++ b/test/scons-time/time/tail.py
@@ -40,7 +40,7 @@ lines = []
line_fmt = ' 11.123456 22.234567 33.345678 44.456789 %s\n'
-for i in xrange(9):
+for i in range(9):
logfile_name = 'foo-%s.log' % i
test.fake_logfile(logfile_name)
lines.append(line_fmt % logfile_name)