From 9a37e257ab916bf83b1a9b23c7b2f5ba936c675c Mon Sep 17 00:00:00 2001 From: William Deegan Date: Thu, 24 Oct 2013 19:07:11 -0700 Subject: Fix broken python-version.py test. regex for deprecated version string wasn't updated with new version nor new verbiage --- QMTest/TestSCons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 84cc60f..bc2f82e 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. """ -- cgit v0.12