mirror of https://github.com/python/cpython
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).
This commit is contained in:
parent
755f75eef8
commit
2513357c4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue