diff options
Diffstat (limited to 'test/Command.py')
-rw-r--r-- | test/Command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Command.py b/test/Command.py index 557b34e..772d7db 100644 --- a/test/Command.py +++ b/test/Command.py @@ -27,7 +27,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import sys import TestSCons -python = sys.executable +python = TestSCons.python test = TestSCons.TestSCons() |