From bca248e9a530401277fb4f27c71f950d2bafe70c Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 23 Mar 2009 23:19:03 +0000 Subject: update from CVS --- Lib/unittest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12