summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/SourceCode/SourceCode.py
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)
commitfde6cc470ed38808412635bb06fc03d8652ef67e (patch)
treeb86d9437c04a118d780223f1bcc60cfdaa590bd6 /test/Deprecated/SourceCode/SourceCode.py
parent144bb8a25fd9d7ab5373eb594d85eb95f175474c (diff)
downloadSCons-fde6cc470ed38808412635bb06fc03d8652ef67e.zip
SCons-fde6cc470ed38808412635bb06fc03d8652ef67e.tar.gz
SCons-fde6cc470ed38808412635bb06fc03d8652ef67e.tar.bz2
Fix development mailing list with a new address @scons.org
Diffstat (limited to 'test/Deprecated/SourceCode/SourceCode.py')
-rw-r--r--test/Deprecated/SourceCode/SourceCode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Deprecated/SourceCode/SourceCode.py b/test/Deprecated/SourceCode/SourceCode.py
index d440581..2bf990f 100644
--- a/test/Deprecated/SourceCode/SourceCode.py
+++ b/test/Deprecated/SourceCode/SourceCode.py
@@ -38,7 +38,7 @@ SourceCode('.', None)
""")
msg = """SourceCode() has been deprecated and there is no replacement.
-\tIf you need this function, please contact dev@scons.tigris.org."""
+\tIf you need this function, please contact scons-dev@tigris.org"""
warning = test.deprecated_warning('deprecated-source-code', msg)
test.subdir('sub', 'sub2')