diff options
| author | Andrew M. Kuchling <amk@amk.ca> | 2002-11-14 02:25:42 +0000 |
|---|---|---|
| committer | Andrew M. Kuchling <amk@amk.ca> | 2002-11-14 02:25:42 +0000 |
| commit | 4461f74828aed6a205722c0d9e697f8425771f8c (patch) | |
| tree | 52007955f95d7a5516a85864a357005566091875 /command/build_clib.py | |
| parent | fdfa7f054ccb881256c4696ad9dadbb5f0f9aa1c (diff) | |
| download | python-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_clib.py')
| -rw-r--r-- | command/build_clib.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/command/build_clib.py b/command/build_clib.py index f0207e4e..fe921fb8 100644 --- a/command/build_clib.py +++ b/command/build_clib.py @@ -4,9 +4,6 @@ Implements the Distutils 'build_clib' command, to build a C/C++ library that is included in the module distribution and needed by an extension module.""" -# created (an empty husk) 1999/12/18, Greg Ward -# fleshed out 2000/02/03-04 - __revision__ = "$Id$" |
