aboutsummaryrefslogtreecommitdiffstats
path: root/msvccompiler.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 /msvccompiler.py
parent7d80bbfb319d76b2306d4193fdb082acd919927d (diff)
downloadexternal_python_setuptools-4320a750da7c64db5dd3c18714655f5673198b33.tar.gz
external_python_setuptools-4320a750da7c64db5dd3c18714655f5673198b33.tar.bz2
external_python_setuptools-4320a750da7c64db5dd3c18714655f5673198b33.zip
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 'msvccompiler.py')
-rw-r--r--msvccompiler.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/msvccompiler.py b/msvccompiler.py
index 1cd0f91d..81166569 100644
--- a/msvccompiler.py
+++ b/msvccompiler.py
@@ -8,8 +8,6 @@ for the Microsoft Visual Studio.
# hacked by Robin Becker and Thomas Heller to do a better job of
# finding DevStudio (through the registry)
-__revision__ = "$Id$"
-
import sys, os
from distutils.errors import \
DistutilsExecError, DistutilsPlatformError, \