From a6483d2e9a9d9a69e9823217bf6b6334bb0f0066 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 14 Nov 2002 02:25:42 +0000 Subject: Remove 'created by' lines; people can use CVS for this, and the information is often out of date --- Lib/distutils/cmd.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'Lib/distutils/cmd.py') diff --git a/Lib/distutils/cmd.py b/Lib/distutils/cmd.py index 6a268184c0..b35eb07855 100644 --- a/Lib/distutils/cmd.py +++ b/Lib/distutils/cmd.py @@ -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 -- cgit v1.2.1