update from CVS
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 @@
 
 __author__ = "Steve Purcell"
 __email__ = "stephen_purcell at yahoo dot com"
-__version__ = "#Revision: 1.63 $"[11:-2]
+__version__ = "$Id$"
 
 import time
 import sys