summaryrefslogtreecommitdiff
path: root/test/Alias
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-06 18:36:10 +0000
committerSteven Knight <knight@baldmt.com>2009-02-06 18:36:10 +0000
commit21ae9d785d6b9b119e25efc19446bb86ed459df8 (patch)
tree7baba507756d614ac4b146011916abe5d41d3626 /test/Alias
parent2e0c4d2187fa7545c47d9fea7f4f1fb25149fef0 (diff)
downloadscons-21ae9d785d6b9b119e25efc19446bb86ed459df8.tar.gz
Remove (lots) more unnecessary imports.
Diffstat (limited to 'test/Alias')
-rw-r--r--test/Alias/action.py3
-rw-r--r--test/Alias/errors.py3
-rw-r--r--test/Alias/scanner.py3
3 files changed, 0 insertions, 9 deletions
diff --git a/test/Alias/action.py b/test/Alias/action.py
index ea0eac2d..263df3cd 100644
--- a/test/Alias/action.py
+++ b/test/Alias/action.py
@@ -28,10 +28,7 @@ Test that Aliases with actions work.
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-import os
-import sys
import TestSCons
-import TestCmd
test = TestSCons.TestSCons()
diff --git a/test/Alias/errors.py b/test/Alias/errors.py
index 36876c44..964bae40 100644
--- a/test/Alias/errors.py
+++ b/test/Alias/errors.py
@@ -24,10 +24,7 @@
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-import os
-import sys
import TestSCons
-import TestCmd
test = TestSCons.TestSCons()
diff --git a/test/Alias/scanner.py b/test/Alias/scanner.py
index 3ce14dde..b6254e92 100644
--- a/test/Alias/scanner.py
+++ b/test/Alias/scanner.py
@@ -28,10 +28,7 @@ Test that an Alias of a node with a Scanner works.
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
-import os
-import sys
import TestSCons
-import TestCmd
test = TestSCons.TestSCons()