summaryrefslogtreecommitdiffstats
path: root/test/Progress/file.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Progress/file.py')
-rw-r--r--test/Progress/file.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Progress/file.py b/test/Progress/file.py
index 6095fb0..3184a5b 100644
--- a/test/Progress/file.py
+++ b/test/Progress/file.py
@@ -30,7 +30,6 @@ progress output.
"""
import os
-import string
import TestSCons
@@ -74,7 +73,7 @@ stderr: .
"""
if os.linesep != '\n':
- expect = string.replace(expect, '\n', os.linesep)
+ expect = expect.replace('\n', os.linesep)
test.must_match('progress.out', expect)