Remove 'created by' lines; people can use CVS for this, and the information is often out of date

This commit is contained in:
Andrew M. Kuchling 2002-11-14 02:25:42 +00:00
parent ef67956139
commit a6483d2e9a
34 changed files with 1 additions and 72 deletions

View file

@ -4,9 +4,6 @@ Provides the Command class, the base class for the command classes
in the distutils.command package.
"""
# created 2000/04/03, Greg Ward
# (extricated from core.py; actually dates back to the beginning)
__revision__ = "$Id$"
import sys, os, string, re