Move 2.0 changes collected in branches/pending back to trunk for further
[scons.git] / test / Progress / file.py
index 6095fb0b0ef2e3826599a0657a0dd1a55f17839e..3184a5b81c2a7081f00c5b84fdaf535ac6e82897 100644 (file)
@@ -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)