summaryrefslogtreecommitdiff
path: root/test/QT
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/QT
parent2e0c4d2187fa7545c47d9fea7f4f1fb25149fef0 (diff)
downloadscons-21ae9d785d6b9b119e25efc19446bb86ed459df8.tar.gz
Remove (lots) more unnecessary imports.
Diffstat (limited to 'test/QT')
-rw-r--r--test/QT/Tool.py1
-rw-r--r--test/QT/installed.py1
-rw-r--r--test/QT/up-to-date.py1
3 files changed, 0 insertions, 3 deletions
diff --git a/test/QT/Tool.py b/test/QT/Tool.py
index 6c4a2ebe..bb6b8513 100644
--- a/test/QT/Tool.py
+++ b/test/QT/Tool.py
@@ -46,7 +46,6 @@ if not os.environ.get('QTDIR', None):
test.write('SConstruct', """
import os
-import os.path
def DoWithVariables(variables, prefix, what):
saved_variables = { }
diff --git a/test/QT/installed.py b/test/QT/installed.py
index 25e8b916..dde81c70 100644
--- a/test/QT/installed.py
+++ b/test/QT/installed.py
@@ -29,7 +29,6 @@ Look if qt is installed, and try out all builders.
"""
import os
-import re
import string
import sys
diff --git a/test/QT/up-to-date.py b/test/QT/up-to-date.py
index b6ebfdff..28ae16e6 100644
--- a/test/QT/up-to-date.py
+++ b/test/QT/up-to-date.py
@@ -52,7 +52,6 @@ test.subdir('layer',
test.write('SConstruct', """\
import os
-import sys
aa=os.getcwd()
env=Environment(tools=['default','expheaders','qt'],toolpath=[aa])