From 7617a49b72f53650bb6a159ef977dec071d02dae Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Wed, 30 Jan 2002 21:42:23 +0000 Subject: Prepare for release 0.04. --- template/Tests.py | 4 ++-- template/__init__.py | 2 +- template/file.py | 2 +- template/test.py | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'template') diff --git a/template/Tests.py b/template/Tests.py index b9d3a8d4..ba0a5178 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 diff --git a/template/__init__.py b/template/__init__.py index 55f51af3..fffcf571 100644 --- a/template/__init__.py +++ b/template/__init__.py @@ -27,6 +27,6 @@ XXX # 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__" __version__ = "__VERSION__" diff --git a/template/file.py b/template/file.py index 19236728..b2be739d 100644 --- a/template/file.py +++ b/template/file.py @@ -27,7 +27,7 @@ XXX # 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__" diff --git a/template/test.py b/template/test.py index 61854d51..963fba08 100644 --- a/template/test.py +++ b/template/test.py @@ -22,6 +22,6 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "$filename __REVISION__ __DATE__ __DEVELOPER__" +__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" -import TestCmd +import TestSCons -- cgit v1.2.1