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