summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2013-10-24 19:07:11 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2013-10-24 19:07:11 -0700
commit4426fc8be4a44ea9b8e68990610bd2a0b9452514 (patch)
treeda512f911521efd9845595e759e434d0ffeaab93
parentd63c4940c5edfc77a5a8a0f654e0cf09a2a4b0eb (diff)
downloadscons-4426fc8be4a44ea9b8e68990610bd2a0b9452514.tar.gz
Fix broken python-version.py test. regex for deprecated version string wasn't updated with new version nor new verbiage
-rw-r--r--QMTest/TestSCons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index 84cc60f0..bc2f82ed 100644
--- a/QMTest/TestSCons.py
+++ b/QMTest/TestSCons.py
@@ -151,7 +151,7 @@ def deprecated_python_version(version=sys.version_info):
if deprecated_python_version():
msg = r"""
-scons: warning: Support for pre-2.4 Python (%s) is deprecated.
+scons: warning: Support for pre-2.7.0 Python version (%s) is deprecated.
If this will cause hardship, contact dev@scons.tigris.org.
"""