summaryrefslogtreecommitdiff
path: root/Lib/distutils/fancy_getopt.py
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-28 22:32:49 +0800
committerSenthil Kumaran <senthil@uthcode.com>2011-07-28 22:32:49 +0800
commit4e449f4fa67fecf175c1416a670718df6c023dbe (patch)
tree2053f705425300635f8f57e28b54b87135406e4c /Lib/distutils/fancy_getopt.py
parent9d1b89873aa5b843adcf62ddb6da1d8cd25826ce (diff)
downloadcpython-4e449f4fa67fecf175c1416a670718df6c023dbe.tar.gz
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
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 879d4d25bf..7d170dd277 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
"""
-__revision__ = "$Id$"
-
import sys, string, re
import getopt
from distutils.errors import *