summaryrefslogtreecommitdiff
path: root/test/runtest
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/runtest
parent2e0c4d2187fa7545c47d9fea7f4f1fb25149fef0 (diff)
downloadscons-21ae9d785d6b9b119e25efc19446bb86ed459df8.tar.gz
Remove (lots) more unnecessary imports.
Diffstat (limited to 'test/runtest')
-rw-r--r--test/runtest/fallback.py1
-rw-r--r--test/runtest/python.py2
-rw-r--r--test/runtest/testlistfile.py1
3 files changed, 0 insertions, 4 deletions
diff --git a/test/runtest/fallback.py b/test/runtest/fallback.py
index 5e97f813..5ef23638 100644
--- a/test/runtest/fallback.py
+++ b/test/runtest/fallback.py
@@ -30,7 +30,6 @@ if it can't find qmtest on the $PATH.
"""
import os
-import os.path
import re
import string
diff --git a/test/runtest/python.py b/test/runtest/python.py
index aa1af221..d26f98e2 100644
--- a/test/runtest/python.py
+++ b/test/runtest/python.py
@@ -29,8 +29,6 @@ Test that the -P option lets us specify a Python version to use.
"""
import os.path
-import re
-import sys
if not hasattr(os.path, 'pardir'):
os.path.pardir = '..'
diff --git a/test/runtest/testlistfile.py b/test/runtest/testlistfile.py
index 0ca822db..0c9d84c7 100644
--- a/test/runtest/testlistfile.py
+++ b/test/runtest/testlistfile.py
@@ -30,7 +30,6 @@ Test a list of tests to run in a file specified with the -f option.
import os.path
-import TestCmd
import TestRuntest
test_fail_py = os.path.join('test', 'fail.py')