summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-05-21 03:49:00 (GMT)
committerFred Drake <fdrake@acm.org>2002-05-21 03:49:00 (GMT)
commit2513357c4b8a2a5c2a5da9e967963f9988caec11 (patch)
treec031f6eebf364c76ca3e319c17dfb19ae1e6f709 /Lib
parent755f75eef813963009a82e066e952f24077d1017 (diff)
downloadcpython-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.py2
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