summaryrefslogtreecommitdiff
path: root/test/AR
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 +0000
committerSteven Knight <knight@baldmt.com>2009-02-11 17:57:38 +0000
commit1b5a674a10aaf9605a0e75c86da29e8fb8dfde61 (patch)
tree9207b31537e85de793ef3cdcc9a18be689ce2805 /test/AR
parentc22b678c2a74e4388dcf2f3419f7be6932bd27ef (diff)
downloadscons-1b5a674a10aaf9605a0e75c86da29e8fb8dfde61.tar.gz
Remove more unnecessary imports from test scripts.
Diffstat (limited to 'test/AR')
-rw-r--r--test/AR/AR.py2
-rw-r--r--test/AR/ARFLAGS.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/AR/AR.py b/test/AR/AR.py
index 2c0b1ae7..41105da9 100644
--- a/test/AR/AR.py
+++ b/test/AR/AR.py
@@ -26,7 +26,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import os
import string
-import sys
+
import TestSCons
_python_ = TestSCons._python_
diff --git a/test/AR/ARFLAGS.py b/test/AR/ARFLAGS.py
index 087cefeb..87346599 100644
--- a/test/AR/ARFLAGS.py
+++ b/test/AR/ARFLAGS.py
@@ -26,7 +26,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import os
import string
-import sys
+
import TestSCons
_python_ = TestSCons._python_