aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-04 20:05:03 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-04 20:05:03 -0400
commit6a74dc955603fb6dcdaa2877b332c7ff1c55dfad (patch)
treef8cce2aa51974be432cca4e505e660aad4408586
parentcd22ba427f9b201d6bc48586ddf4595312b9e19e (diff)
downloadexternal_python_setuptools-6a74dc955603fb6dcdaa2877b332c7ff1c55dfad.tar.gz
external_python_setuptools-6a74dc955603fb6dcdaa2877b332c7ff1c55dfad.tar.bz2
external_python_setuptools-6a74dc955603fb6dcdaa2877b332c7ff1c55dfad.zip
distutils will always be in globals
-rw-r--r--setuptools/msvc.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setuptools/msvc.py b/setuptools/msvc.py
index 26e399cc..d7c88955 100644
--- a/setuptools/msvc.py
+++ b/setuptools/msvc.py
@@ -63,10 +63,6 @@ def patch_for_specialized_compiler():
# Compilers only availables on Microsoft Windows
return
- if 'distutils' not in globals():
- # The module isn't available to be patched
- return
-
if unpatched:
# Already patched
return