diff options
Diffstat (limited to 'test/Deprecated/SourceCode/Perforce/P4COMSTR.py')
-rw-r--r-- | test/Deprecated/SourceCode/Perforce/P4COMSTR.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Deprecated/SourceCode/Perforce/P4COMSTR.py b/test/Deprecated/SourceCode/Perforce/P4COMSTR.py index d022824..7a24021 100644 --- a/test/Deprecated/SourceCode/Perforce/P4COMSTR.py +++ b/test/Deprecated/SourceCode/Perforce/P4COMSTR.py @@ -43,7 +43,7 @@ Environment(tools = ['Perforce']).Perforce() msg_p4 = """The Perforce() factory is deprecated and there is no replacement.""" warn_p4 = test.deprecated_fatal('deprecated-build-dir', msg_p4) 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) test.subdir('Perforce', ['Perforce', 'sub'], 'sub') |