diff options
Diffstat (limited to 'test/Deprecated/SourceCode/SCCS/diskcheck.py')
-rw-r--r-- | test/Deprecated/SourceCode/SCCS/diskcheck.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Deprecated/SourceCode/SCCS/diskcheck.py b/test/Deprecated/SourceCode/SCCS/diskcheck.py index d2364b6..060c7a2 100644 --- a/test/Deprecated/SourceCode/SCCS/diskcheck.py +++ b/test/Deprecated/SourceCode/SCCS/diskcheck.py @@ -40,7 +40,7 @@ Environment(tools = ['SCCS']).SCCS() msg_sccs = """The SCCS() factory is deprecated and there is no replacement.""" warn_sccs = test.deprecated_fatal('deprecated-build-dir', msg_sccs) 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) sccs = test.where_is('sccs') |