summaryrefslogtreecommitdiff
path: root/Lib/distutils/fancy_getopt.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
commite2f19e5ba2da75fab1052616667ae92873cd7f48 (patch)
treee5c47ee849abbe43132eb573e87df2ead187e505 /Lib/distutils/fancy_getopt.py
parentdcd1bbcaa25a85ec38887aaba21fcb54211a230b (diff)
downloadcpython-e2f19e5ba2da75fab1052616667ae92873cd7f48.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/fancy_getopt.py')
-rw-r--r--Lib/distutils/fancy_getopt.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/fancy_getopt.py b/Lib/distutils/fancy_getopt.py
index 5de64e15da..f78b0a6854 100644
--- a/Lib/distutils/fancy_getopt.py
+++ b/Lib/distutils/fancy_getopt.py
@@ -8,8 +8,6 @@ additional features:
* options set attributes of a passed-in object
"""
-# created 1999/03/03, Greg Ward
-
__revision__ = "$Id$"
import sys, string, re