summaryrefslogtreecommitdiff
path: root/test/Actions
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/Actions
parentc22b678c2a74e4388dcf2f3419f7be6932bd27ef (diff)
downloadscons-1b5a674a10aaf9605a0e75c86da29e8fb8dfde61.tar.gz
Remove more unnecessary imports from test scripts.
Diffstat (limited to 'test/Actions')
-rw-r--r--test/Actions/actions.py1
-rw-r--r--test/Actions/addpost-link.py2
-rw-r--r--test/Actions/pre-post.py2
3 files changed, 1 insertions, 4 deletions
diff --git a/test/Actions/actions.py b/test/Actions/actions.py
index 79da3858..aae2bb91 100644
--- a/test/Actions/actions.py
+++ b/test/Actions/actions.py
@@ -24,7 +24,6 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-import sys
import TestSCons
_python_ = TestSCons._python_
diff --git a/test/Actions/addpost-link.py b/test/Actions/addpost-link.py
index 0a94c7d0..9c796628 100644
--- a/test/Actions/addpost-link.py
+++ b/test/Actions/addpost-link.py
@@ -32,8 +32,6 @@ This is a test for fix of Issue 1004, reported by Matt Doar and
packaged by Gary Oberbrunner.
"""
-import string
-
import TestSCons
_python_ = TestSCons._python_
diff --git a/test/Actions/pre-post.py b/test/Actions/pre-post.py
index 9ea397f0..e09ee028 100644
--- a/test/Actions/pre-post.py
+++ b/test/Actions/pre-post.py
@@ -29,7 +29,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import os
import stat
-import sys
+
import TestSCons
_exe = TestSCons._exe