summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/install.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
commita6483d2e9a9d9a69e9823217bf6b6334bb0f0066 (patch)
tree167efda72ed74e9e8fa3d15f3e9383523adc0284 /Lib/distutils/command/install.py
parentef6795613915a7ee01509d6ff2049ebf13763772 (diff)
downloadcpython-git-a6483d2e9a9d9a69e9823217bf6b6334bb0f0066.tar.gz
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
Diffstat (limited to 'Lib/distutils/command/install.py')
-rw-r--r--Lib/distutils/command/install.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/command/install.py b/Lib/distutils/command/install.py
index 67f37893f5..9adda4688a 100644
--- a/Lib/distutils/command/install.py
+++ b/Lib/distutils/command/install.py
@@ -4,8 +4,6 @@ Implements the Distutils 'install' command."""
from distutils import log
-# created 1999/03/13, Greg Ward
-
__revision__ = "$Id$"
import sys, os, string