diff options
Diffstat (limited to 'test/PDFLATEX.py')
-rw-r--r-- | test/PDFLATEX.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PDFLATEX.py b/test/PDFLATEX.py index b49ac89..7025bbc 100644 --- a/test/PDFLATEX.py +++ b/test/PDFLATEX.py @@ -30,7 +30,7 @@ import string import sys import TestSCons -python = sys.executable +python = TestSCons.python test = TestSCons.TestSCons() |