aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/monkey.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-04 20:38:39 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-04 20:38:39 -0400
commit9915760daaffca6d14444f83929a8cf25bdf1f7b (patch)
treeaf5274988534eeb8452ca4905de3bd2df80465f9 /setuptools/monkey.py
parent634a3c9e360812480646dc0baa1035bfc75137f6 (diff)
downloadexternal_python_setuptools-9915760daaffca6d14444f83929a8cf25bdf1f7b.tar.gz
external_python_setuptools-9915760daaffca6d14444f83929a8cf25bdf1f7b.tar.bz2
external_python_setuptools-9915760daaffca6d14444f83929a8cf25bdf1f7b.zip
Use unpatched locally
Diffstat (limited to 'setuptools/monkey.py')
-rw-r--r--setuptools/monkey.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/monkey.py b/setuptools/monkey.py
index 6d341b43..3e4f49e1 100644
--- a/setuptools/monkey.py
+++ b/setuptools/monkey.py
@@ -124,8 +124,6 @@ def patch_for_msvc_specialized_compiler():
# Compilers only availables on Microsoft Windows
return
- unpatched = __import__('setuptools.msvc').msvc.unpatched
-
if unpatched:
# Already patched
return