summaryrefslogtreecommitdiffstats
path: root/test/scons-time/mem/chdir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/mem/chdir.py')
-rw-r--r--test/scons-time/mem/chdir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scons-time/mem/chdir.py b/test/scons-time/mem/chdir.py
index 52dbd2c..5bf618c 100644
--- a/test/scons-time/mem/chdir.py
+++ b/test/scons-time/mem/chdir.py
@@ -43,7 +43,7 @@ lines = [
line_fmt = ' 1000 2000 3000 4000 %s\n'
-for i in xrange(9):
+for i in range(9):
logfile_name = os.path.join('logs', 'foo-%s.log' % i)
test.fake_logfile(logfile_name)
lines.append(line_fmt % logfile_name)