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/command/config.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/distutils/command/config.py') diff --git a/Lib/distutils/command/config.py b/Lib/distutils/command/config.py index 9ebe0d9191..abfa138530 100644 --- a/Lib/distutils/command/config.py +++ b/Lib/distutils/command/config.py @@ -9,8 +9,6 @@ configure-like tasks: "try to compile this C code", or "figure out where this header file lives". """ -# created 2000/05/29, Greg Ward - __revision__ = "$Id$" import sys, os, string, re -- cgit v1.2.1