summaryrefslogtreecommitdiffstats
path: root/QMTest
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-05-28 08:36:26 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2014-05-28 08:36:26 (GMT)
commitf920678b73f0e0a09cbbd8977a54f915c661279d (patch)
treeb86d9437c04a118d780223f1bcc60cfdaa590bd6 /QMTest
parent4655bd958070a5c37475f21ab51de62f557a816b (diff)
downloadSCons-f920678b73f0e0a09cbbd8977a54f915c661279d.zip
SCons-f920678b73f0e0a09cbbd8977a54f915c661279d.tar.gz
SCons-f920678b73f0e0a09cbbd8977a54f915c661279d.tar.bz2
Fix development mailing list with a new address @scons.org
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestSCons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index 57b97f9..4b2b5a4 100644
--- a/QMTest/TestSCons.py
+++ b/QMTest/TestSCons.py
@@ -150,7 +150,7 @@ def deprecated_python_version(version=sys.version_info):
if deprecated_python_version():
msg = r"""
scons: warning: Support for pre-2.7.0 Python version (%s) is deprecated.
- If this will cause hardship, contact dev@scons.tigris.org.
+ If this will cause hardship, contact scons-dev@scons.org
"""
deprecated_python_expr = re_escape(msg % python_version_string()) + file_expr