summaryrefslogtreecommitdiffstats
path: root/test/TEX/TEXCOM.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEX/TEXCOM.py')
-rw-r--r--test/TEX/TEXCOM.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEX/TEXCOM.py b/test/TEX/TEXCOM.py
index 4957427..cf887a4 100644
--- a/test/TEX/TEXCOM.py
+++ b/test/TEX/TEXCOM.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 = ['tex'],
- TEXCOM = r'%(python)s mytex.py $TARGET $SOURCE')
+ TEXCOM = r'%(_python_)s mytex.py $TARGET $SOURCE')
env.DVI('test1')
""" % locals())