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/unixccompiler.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/distutils/unixccompiler.py') diff --git a/Lib/distutils/unixccompiler.py b/Lib/distutils/unixccompiler.py index 2f4546e1a7..603dfe90cc 100644 --- a/Lib/distutils/unixccompiler.py +++ b/Lib/distutils/unixccompiler.py @@ -13,8 +13,6 @@ the "typical" Unix-style command-line C compiler: * link shared library handled by 'cc -shared' """ -# created 1999/07/05, Greg Ward - __revision__ = "$Id$" import os, sys -- cgit v1.2.1