summaryrefslogtreecommitdiff
path: root/command/build_ext.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-11-14 02:25:42 +0000
committerAndrew M. Kuchling <amk@amk.ca>2002-11-14 02:25:42 +0000
commit4461f74828aed6a205722c0d9e697f8425771f8c (patch)
tree52007955f95d7a5516a85864a357005566091875 /command/build_ext.py
parentfdfa7f054ccb881256c4696ad9dadbb5f0f9aa1c (diff)
downloadpython-setuptools-git-4461f74828aed6a205722c0d9e697f8425771f8c.tar.gz
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
Diffstat (limited to 'command/build_ext.py')
-rw-r--r--command/build_ext.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/command/build_ext.py b/command/build_ext.py
index 250e5393..0b3ef149 100644
--- a/command/build_ext.py
+++ b/command/build_ext.py
@@ -4,8 +4,6 @@ Implements the Distutils 'build_ext' command, for building extension
modules (currently limited to C extensions, should accommodate C++
extensions ASAP)."""
-# created 1999/08/09, Greg Ward
-
__revision__ = "$Id$"
import sys, os, string, re