diff options
Diffstat (limited to 'test/option-j.py')
-rw-r--r-- | test/option-j.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-j.py b/test/option-j.py index b6e8396..edd95ab 100644 --- a/test/option-j.py +++ b/test/option-j.py @@ -33,7 +33,7 @@ import string import sys import TestSCons -python = sys.executable +python = TestSCons.python try: import threading |