summaryrefslogtreecommitdiff
path: root/Lib/distutils/core.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/core.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/core.py')
-rw-r--r--Lib/distutils/core.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/core.py b/Lib/distutils/core.py
index c0a04de3af..260332a2ac 100644
--- a/Lib/distutils/core.py
+++ b/Lib/distutils/core.py
@@ -6,8 +6,6 @@ indirectly provides the Distribution and Command classes, although they are
really defined in distutils.dist and distutils.cmd.
"""
-__revision__ = "$Id$"
-
import os
import sys