summaryrefslogtreecommitdiffstats
path: root/test/Variables/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Variables/help.py')
-rw-r--r--test/Variables/help.py12
1 files changed, 2 insertions, 10 deletions
diff --git a/test/Variables/help.py b/test/Variables/help.py
index 6776327..f04f962 100644
--- a/test/Variables/help.py
+++ b/test/Variables/help.py
@@ -28,23 +28,15 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
Test the Variables help messages.
"""
-import os.path
+import os
-try:
- True, False
-except NameError:
- exec('True = (0 == 0)')
- exec('False = (0 != 0)')
+import TestSCons
str_True = str(True)
str_False = str(False)
-import TestSCons
-
test = TestSCons.TestSCons()
-
-
workpath = test.workpath()
qtpath = os.path.join(workpath, 'qt')
libpath = os.path.join(qtpath, 'lib')