summaryrefslogtreecommitdiffstats
path: root/test/Java/RMICCOMSTR.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Java/RMICCOMSTR.py')
-rw-r--r--test/Java/RMICCOMSTR.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Java/RMICCOMSTR.py b/test/Java/RMICCOMSTR.py
index 1bcf300..5a451eb 100644
--- a/test/Java/RMICCOMSTR.py
+++ b/test/Java/RMICCOMSTR.py
@@ -33,7 +33,7 @@ import os.path
import TestSCons
-python = TestSCons.python
+_python_ = TestSCons._python_
test = TestSCons.TestSCons()
@@ -59,7 +59,7 @@ sys.exit(0)
test.write('SConstruct', """
env = Environment(TOOLS = ['default', 'rmic'],
- RMICCOM = r'%(python)s myrmic.py $TARGET $SOURCES',
+ RMICCOM = r'%(_python_)s myrmic.py $TARGET $SOURCES',
RMICCOMSTR = 'Building rmic $TARGET from $SOURCES')
env.RMIC(target = 'out', source = 'file1.class')
env.RMIC(target = 'out', source = 'file2.class')