diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-03-23 23:19:03 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-03-23 23:19:03 (GMT) |
commit | bca248e9a530401277fb4f27c71f950d2bafe70c (patch) | |
tree | 312da2b2ca30eed3bb7390273f0bb9d66eb82993 | |
parent | 31b7806ee808ee750cddd737c8c61ee18afaeee9 (diff) | |
download | cpython-bca248e9a530401277fb4f27c71f950d2bafe70c.zip cpython-bca248e9a530401277fb4f27c71f950d2bafe70c.tar.gz cpython-bca248e9a530401277fb4f27c71f950d2bafe70c.tar.bz2 |
update from CVS
-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 74585ee..000c201 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: 1.63 $"[11:-2] +__version__ = "$Id$" import time import sys |