Necessary changes towards supporting Jython.
[scons.git] / test / Depends.py
index cb1fae14ee3cb67f4189c02ac4954aa166163b7b..b32162f7938a13e68c39fd5cb918ececc2b156f3 100644 (file)
@@ -27,7 +27,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
 import sys
 import TestSCons
 
-python = sys.executable
+python = TestSCons.python
 
 test = TestSCons.TestSCons()