diff options
| author | Russel Winder <russel@winder.org.uk> | 2014-08-09 17:53:22 (GMT) |
|---|---|---|
| committer | Russel Winder <russel@winder.org.uk> | 2014-08-09 17:53:22 (GMT) |
| commit | 22f309a6bfcc2621fc7011813adbb14efa4559c5 (patch) | |
| tree | 61e10cf8079f383863e8bdf44c1559a688e415c2 /test/Deprecated/SourceCode/SourceCode.py | |
| parent | 032c4d44d99c4ea306f2541cafa9150e57024c21 (diff) | |
| parent | 1e7356e2a4f660c6f1cd42b92aec0c47233c1a2d (diff) | |
| download | SCons-22f309a6bfcc2621fc7011813adbb14efa4559c5.zip SCons-22f309a6bfcc2621fc7011813adbb14efa4559c5.tar.gz SCons-22f309a6bfcc2621fc7011813adbb14efa4559c5.tar.bz2 | |
Merge heads.
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 2bf990f..b5c0ba9 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 scons-dev@tigris.org""" +\tIf you need this function, please contact scons-dev@scons.org""" warning = test.deprecated_warning('deprecated-source-code', msg) test.subdir('sub', 'sub2') |
