diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-07-04 20:49:28 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-07-04 20:49:28 (GMT) |
commit | b82ceff0a9c3b2cdb1f67c8c56bdbbd8dad7861d (patch) | |
tree | 288b5889cd069cb83d7c8cd2839c750d815b265d /test/Deprecated/SourceCode/SourceCode.py | |
parent | 7fd29a508fe8a47667ae1853ee393f05e29c6c8c (diff) | |
parent | 1c43f7f384bf30f6cce14dc9d3d1e485891c7ddd (diff) | |
download | SCons-b82ceff0a9c3b2cdb1f67c8c56bdbbd8dad7861d.zip SCons-b82ceff0a9c3b2cdb1f67c8c56bdbbd8dad7861d.tar.gz SCons-b82ceff0a9c3b2cdb1f67c8c56bdbbd8dad7861d.tar.bz2 |
Merged in techtonik/scons (pull request #147).
Fix mailing list addrs and bug tracker references, and a few other
doc fixes.
Diffstat (limited to 'test/Deprecated/SourceCode/SourceCode.py')
-rw-r--r-- | test/Deprecated/SourceCode/SourceCode.py | 2 |
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') |