diff options
author | anatoly techtonik <techtonik@gmail.com> | 2014-05-28 08:36:26 (GMT) |
---|---|---|
committer | anatoly techtonik <techtonik@gmail.com> | 2014-05-28 08:36:26 (GMT) |
commit | f920678b73f0e0a09cbbd8977a54f915c661279d (patch) | |
tree | b86d9437c04a118d780223f1bcc60cfdaa590bd6 /QMTest/TestSCons.py | |
parent | 4655bd958070a5c37475f21ab51de62f557a816b (diff) | |
download | SCons-f920678b73f0e0a09cbbd8977a54f915c661279d.zip SCons-f920678b73f0e0a09cbbd8977a54f915c661279d.tar.gz SCons-f920678b73f0e0a09cbbd8977a54f915c661279d.tar.bz2 |
Fix development mailing list with a new address @scons.org
Diffstat (limited to 'QMTest/TestSCons.py')
-rw-r--r-- | QMTest/TestSCons.py | 2 |
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 |