Move 2.0 changes collected in branches/pending back to trunk for further
[scons.git] / test / Actions / addpost-link.py
index 9c79662813f0e0ddd451e1fb460ed98fe2a5f61b..a1480510cd6694c716e032bf2eec071334522b76 100644 (file)
@@ -39,9 +39,8 @@ _python_ = TestSCons._python_
 test = TestSCons.TestSCons()
 
 test.write('strip.py', """\
-import string
 import sys
-print "strip.py: %s" % string.join(sys.argv[1:])
+print "strip.py: %s" % " ".join(sys.argv[1:])
 """)
 
 test.write('SConstruct', """\