Move 2.0 changes collected in branches/pending back to trunk for further
[scons.git] / test / sconsign / script / no-SConsignFile.py
index 89243295c3fe24e1e419993700aa6f7e68207929..fe68f9139078e5b746b1e51d1ee56f493f5802ba 100644 (file)
@@ -52,10 +52,9 @@ fake_link_py = test.workpath('fake_link.py')
 test.write(fake_cc_py, r"""#!/usr/bin/env python
 import os
 import re
-import string
 import sys
 
-path = string.split(sys.argv[1])
+path = sys.argv[1].split()
 output = open(sys.argv[2], 'wb')
 input = open(sys.argv[3], 'rb')