summaryrefslogtreecommitdiffstats
path: root/test/TEX/LATEXCOM.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/LATEXCOM.py')
-rw-r--r--test/TEX/LATEXCOM.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEX/LATEXCOM.py b/test/TEX/LATEXCOM.py
index 803d26d..a5044ae 100644
--- a/test/TEX/LATEXCOM.py
+++ b/test/TEX/LATEXCOM.py
@@ -33,7 +33,7 @@ import string
import sys
import TestSCons
-python = TestSCons.python
+_python_ = TestSCons._python_
_exe = TestSCons._exe
test = TestSCons.TestSCons()
@@ -51,7 +51,7 @@ sys.exit(0)
test.write('SConstruct', """
env = Environment(TOOLS = ['latex'],
- LATEXCOM = r'%(python)s mylatex.py $TARGET $SOURCE')
+ LATEXCOM = r'%(_python_)s mylatex.py $TARGET $SOURCE')
env.DVI('test1', 'test1.latex')
""" % locals())