Merged revisions 1582-1665 via svnmerge from
[scons.git] / test / Java / RMICCOM.py
index 109c22e7bb20e83daedf5251072efeb54234b135..ed5e0d674972c3a52f5809889efde19997097064 100644 (file)
@@ -32,7 +32,7 @@ import os.path
 
 import TestSCons
 
-python = TestSCons.python
+_python_ = TestSCons._python_
 
 test = TestSCons.TestSCons()
 
@@ -58,7 +58,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')
 env.RMIC(target = 'out', source = 'file1.class')
 env.RMIC(target = 'out', source = 'file2.class')
 env.RMIC(target = 'out', source = 'file3.class')