diff options
author | Fred Drake <fdrake@acm.org> | 2002-05-21 03:49:00 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-05-21 03:49:00 (GMT) |
commit | 2513357c4b8a2a5c2a5da9e967963f9988caec11 (patch) | |
tree | c031f6eebf364c76ca3e319c17dfb19ae1e6f709 /Lib | |
parent | 755f75eef813963009a82e066e952f24077d1017 (diff) | |
download | cpython-2513357c4b8a2a5c2a5da9e967963f9988caec11.zip cpython-2513357c4b8a2a5c2a5da9e967963f9988caec11.tar.gz cpython-2513357c4b8a2a5c2a5da9e967963f9988caec11.tar.bz2 |
Munge the RCS keywords to avoid updates, so the version number matches that
of the PyUNIT version of the same file. This helps people understand that
this version is the same as the version from the independent PyUNIT
release (confusion was indicated on the PyUNIT mailing list).
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/unittest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest.py b/Lib/unittest.py index 1538a5d..a97a962 100644 --- a/Lib/unittest.py +++ b/Lib/unittest.py @@ -46,7 +46,7 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. __author__ = "Steve Purcell" __email__ = "stephen_purcell at yahoo dot com" -__version__ = "$Revision$"[11:-2] +__version__ = "#Revision: 1.43 $"[11:-2] import time import sys |