diff options
author | Steven Knight <knight@baldmt.com> | 2002-01-30 21:42:23 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-01-30 21:42:23 (GMT) |
commit | 7617a49b72f53650bb6a159ef977dec071d02dae (patch) | |
tree | 6a4b6c16147720bf02a626be1642f1b2cede06ef /template/Tests.py | |
parent | 1e3bfc03bd3a7c60c478cad0021ef8345803ecee (diff) | |
download | SCons-7617a49b72f53650bb6a159ef977dec071d02dae.zip SCons-7617a49b72f53650bb6a159ef977dec071d02dae.tar.gz SCons-7617a49b72f53650bb6a159ef977dec071d02dae.tar.bz2 |
Prepare for release 0.04.
Diffstat (limited to 'template/Tests.py')
-rw-r--r-- | template/Tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/Tests.py b/template/Tests.py index b9d3a8d..ba0a517 100644 --- a/template/Tests.py +++ b/template/Tests.py @@ -8,7 +8,7 @@ # distribute, sublicense, and/or sell copies of the Software, and to # permit persons to whom the Software is furnished to do so, subject to # the following conditions: - +# # The above copyright notice and this permission notice shall be included # in all copies or substantial portions of the Software. # @@ -21,6 +21,6 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "${subst '^src/scons/' '' $filename} __REVISION__ __DATE__ __DEVELOPER__" +__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import unittest |