From: Benjamin Peterson Date: Mon, 23 Mar 2009 23:19:03 +0000 (+0000) Subject: update from CVS X-Git-Tag: v2.7a1~1809 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bca248e9a530401277fb4f27c71f950d2bafe70c;p=thirdparty%2FPython%2Fcpython.git update from CVS --- diff --git a/Lib/unittest.py b/Lib/unittest.py index 74585eee005f..000c2010ba4a 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