summaryrefslogtreecommitdiffstats
path: root/test/option-n.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 (GMT)
commita33fd40cf855819ce49a3c93a831cb28a97a0177 (patch)
tree9207b31537e85de793ef3cdcc9a18be689ce2805 /test/option-n.py
parent33b254500d0cb179b4446537482905748ff32cf9 (diff)
downloadSCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.zip
SCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.tar.gz
SCons-a33fd40cf855819ce49a3c93a831cb28a97a0177.tar.bz2
Remove more unnecessary imports from test scripts.
Diffstat (limited to 'test/option-n.py')
-rw-r--r--test/option-n.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/option-n.py b/test/option-n.py
index 6fb8058..abb0284 100644
--- a/test/option-n.py
+++ b/test/option-n.py
@@ -41,9 +41,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import os
import re
-import sys
-import TestCmd
import TestSCons
_python_ = TestSCons._python_
@@ -170,7 +168,7 @@ test.fail_test(os.path.exists(test.workpath('build', 'f4.in')))
# test Configure-calls in conjunction with -n
test.subdir('configure')
-test.match_func = TestCmd.match_re_dotall
+test.match_func = TestSCons.match_re_dotall
test.write('configure/SConstruct',
"""def CustomTest(context):
def userAction(target,source,env):