From: Benjamin Peterson Date: Tue, 24 Mar 2009 00:36:16 +0000 (+0000) Subject: remove special metadata X-Git-Tag: v2.7a1~1806 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e0aa49d3f0cfed42c7c0d2d6cec21c50fa7a08d;p=python remove special metadata --- diff --git a/Lib/unittest.py b/Lib/unittest.py index b9ef3d7fc2..465edb1318 100644 --- a/Lib/unittest.py +++ b/Lib/unittest.py @@ -44,10 +44,6 @@ AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. ''' -__author__ = "Steve Purcell" -__email__ = "stephen_purcell at yahoo dot com" -__version__ = "$Id$" - import time import sys import traceback