summaryrefslogtreecommitdiff
path: root/test/Environment.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-01-15 05:41:30 +0000
committerSteven Knight <knight@baldmt.com>2003-01-15 05:41:30 +0000
commit284db25033af74d831c2e6c0f18c3e9415115705 (patch)
tree2d7f5c5c38fe6f5cfcce5fc25613150c8aefee20 /test/Environment.py
parent64d27f9efc30088f70214b4585b83707c56f6c0a (diff)
downloadscons-284db25033af74d831c2e6c0f18c3e9415115705.tar.gz
Necessary changes towards supporting Jython.
Diffstat (limited to 'test/Environment.py')
-rw-r--r--test/Environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Environment.py b/test/Environment.py
index 0f3ab8a7..76c0c8b3 100644
--- a/test/Environment.py
+++ b/test/Environment.py
@@ -27,7 +27,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import TestSCons
import sys
-python = sys.executable
+python = TestSCons.python
test = TestSCons.TestSCons()