diff options
Diffstat (limited to 'test/scons-time/time/glob.py')
-rw-r--r-- | test/scons-time/time/glob.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scons-time/time/glob.py b/test/scons-time/time/glob.py index d202e61..1a76d9f 100644 --- a/test/scons-time/time/glob.py +++ b/test/scons-time/time/glob.py @@ -38,7 +38,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) |