summaryrefslogtreecommitdiffstats
path: root/test/VariantDir/reflect.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/VariantDir/reflect.py')
-rw-r--r--test/VariantDir/reflect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/VariantDir/reflect.py b/test/VariantDir/reflect.py
index e7ff6db..ea5689a 100644
--- a/test/VariantDir/reflect.py
+++ b/test/VariantDir/reflect.py
@@ -41,7 +41,7 @@ import TestSCons
test = TestSCons.TestSCons()
_python_ = TestSCons._python_
-re_python = re.escape(TestSCons.python)
+re_python = re.escape(TestSCons._python_)
test.write("mycc.py", """
print 'Compile'