summaryrefslogtreecommitdiff
path: root/command/config.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
commit4320a750da7c64db5dd3c18714655f5673198b33 (patch)
treeec641b54a76e391642a2a51f292d52acffaa2d30 /command/config.py
parent7d80bbfb319d76b2306d4193fdb082acd919927d (diff)
downloadpython-setuptools-git-4320a750da7c64db5dd3c18714655f5673198b33.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 'command/config.py')
-rw-r--r--command/config.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/command/config.py b/command/config.py
index ac80a54e..847e8581 100644
--- a/command/config.py
+++ b/command/config.py
@@ -9,8 +9,6 @@ configure-like tasks: "try to compile this C code", or "figure out where
this header file lives".
"""
-__revision__ = "$Id$"
-
import sys, os, re
from distutils.core import Command