summaryrefslogtreecommitdiffstats
path: root/test/Configure
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-06 18:36:10 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-06 18:36:10 (GMT)
commitfad26790d5c9d6ad544b426796d6ca8cd908bb95 (patch)
tree7baba507756d614ac4b146011916abe5d41d3626 /test/Configure
parentd8ff2cbc9a0848f755bdc460f9be0f74c2202738 (diff)
downloadSCons-fad26790d5c9d6ad544b426796d6ca8cd908bb95.zip
SCons-fad26790d5c9d6ad544b426796d6ca8cd908bb95.tar.gz
SCons-fad26790d5c9d6ad544b426796d6ca8cd908bb95.tar.bz2
Remove (lots) more unnecessary imports.
Diffstat (limited to 'test/Configure')
-rw-r--r--test/Configure/ConfigureDryRunError.py2
-rw-r--r--test/Configure/VariantDir.py2
-rw-r--r--test/Configure/cache-not-ok.py2
-rw-r--r--test/Configure/clean.py2
-rw-r--r--test/Configure/help.py2
5 files changed, 2 insertions, 8 deletions
diff --git a/test/Configure/ConfigureDryRunError.py b/test/Configure/ConfigureDryRunError.py
index 65c6403..2243625 100644
--- a/test/Configure/ConfigureDryRunError.py
+++ b/test/Configure/ConfigureDryRunError.py
@@ -28,7 +28,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
Verify the ConfigureDryRunError.
"""
-import os.path
+import os
import TestSCons
diff --git a/test/Configure/VariantDir.py b/test/Configure/VariantDir.py
index 63fcb93..be2d77d 100644
--- a/test/Configure/VariantDir.py
+++ b/test/Configure/VariantDir.py
@@ -28,7 +28,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
Verify that Configure contexts work with basic use of VariantDir.
"""
-import os.path
+import os
import TestSCons
diff --git a/test/Configure/cache-not-ok.py b/test/Configure/cache-not-ok.py
index 48524c2..7dc8773 100644
--- a/test/Configure/cache-not-ok.py
+++ b/test/Configure/cache-not-ok.py
@@ -28,8 +28,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
Verify that the cache mechanism works when checks are not ok.
"""
-import os.path
-
import TestSCons
_exe = TestSCons._exe
diff --git a/test/Configure/clean.py b/test/Configure/clean.py
index 3fcfcbd..a48029d 100644
--- a/test/Configure/clean.py
+++ b/test/Configure/clean.py
@@ -29,8 +29,6 @@ Verify that we don't perform Configure context actions when the
-c or --clean options have been specified.
"""
-import string
-
import TestSCons
test = TestSCons.TestSCons(match = TestSCons.match_re_dotall)
diff --git a/test/Configure/help.py b/test/Configure/help.py
index 9f58513..9abdc61 100644
--- a/test/Configure/help.py
+++ b/test/Configure/help.py
@@ -29,8 +29,6 @@ Verify that we don't perform Configure context actions when the
-H, -h or --help options have been specified.
"""
-import string
-
import TestSCons
test = TestSCons.TestSCons(match = TestSCons.match_re_dotall)