commit | 3e0aa49d3f0cfed42c7c0d2d6cec21c50fa7a08d | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Mar 24 00:36:16 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Mar 24 00:36:16 2009 +0000 |
tree | c7c421970907c744a4e2ae49492c3729a37ee7b0 | |
parent | a7d441de68233e2f035930d57f5373844c29fb89 [diff] |
remove special metadata
diff --git a/Lib/unittest.py b/Lib/unittest.py index b9ef3d7..465edb1 100644 --- a/Lib/unittest.py +++ b/Lib/unittest.py
@@ -44,10 +44,6 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. ''' -__author__ = "Steve Purcell" -__email__ = "stephen_purcell at yahoo dot com" -__version__ = "$Id$" - import time import sys import traceback