[Python-checkins] python/dist/src/Lib unittest.py,1.14,1.14.4.1

fdrake@sourceforge.net fdrake@sourceforge.net
Mon, 20 May 2002 20:50:51 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv26434/Lib

Modified Files:
      Tag: release22-maint
	unittest.py 
Log Message:
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).


Index: unittest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/unittest.py,v
retrieving revision 1.14
retrieving revision 1.14.4.1
diff -C2 -d -r1.14 -r1.14.4.1
*** unittest.py	17 Dec 2001 10:13:17 -0000	1.14
--- unittest.py	21 May 2002 03:50:49 -0000	1.14.4.1
***************
*** 47,51 ****
  __author__ = "Steve Purcell"
  __email__ = "stephen_purcell at yahoo dot com"
! __version__ = "$Revision$"[11:-2]
  
  import time
--- 47,51 ----
  __author__ = "Steve Purcell"
  __email__ = "stephen_purcell at yahoo dot com"
! __version__ = "#Revision: 1.43 $"[11:-2]
  
  import time