summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/SourceCode/CVS/CVS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Deprecated/SourceCode/CVS/CVS.py')
-rw-r--r--test/Deprecated/SourceCode/CVS/CVS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Deprecated/SourceCode/CVS/CVS.py b/test/Deprecated/SourceCode/CVS/CVS.py
index b5b51bc..a1276fe 100644
--- a/test/Deprecated/SourceCode/CVS/CVS.py
+++ b/test/Deprecated/SourceCode/CVS/CVS.py
@@ -40,7 +40,7 @@ Environment(tools = ['CVS']).CVS('')
msg_cvs = """The CVS() factory is deprecated and there is no replacement."""
warn_cvs = test.deprecated_fatal('deprecated-build-dir', msg_cvs)
msg_sc = """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@scons.org"""
warn_sc = test.deprecated_wrap(msg_sc)
cvs = test.where_is('cvs')