summaryrefslogtreecommitdiffstats
path: root/test/CVSCOMSTR.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CVSCOMSTR.py')
-rw-r--r--test/CVSCOMSTR.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CVSCOMSTR.py b/test/CVSCOMSTR.py
index 78c40f7..acf0647 100644
--- a/test/CVSCOMSTR.py
+++ b/test/CVSCOMSTR.py
@@ -32,7 +32,7 @@ import os.path
import TestSCons
-python = TestSCons.python
+_python_ = TestSCons._python_
test = TestSCons.TestSCons()
@@ -65,7 +65,7 @@ def cat(env, source, target):
f.close()
env = Environment(TOOLS = ['default', 'CVS'],
BUILDERS={'Cat':Builder(action=cat)},
- CVSCOM='%(python)s my-cvs-co.py $TARGET',
+ CVSCOM='%(_python_)s my-cvs-co.py $TARGET',
CVSCOMSTR='Checking out $TARGET from our fake CVS')
env.Cat('aaa.out', 'aaa.in')
env.Cat('bbb.out', 'bbb.in')