diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-04 20:05:03 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-04 20:05:03 -0400 |
commit | 6a74dc955603fb6dcdaa2877b332c7ff1c55dfad (patch) | |
tree | f8cce2aa51974be432cca4e505e660aad4408586 | |
parent | cd22ba427f9b201d6bc48586ddf4595312b9e19e (diff) | |
download | external_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.py | 4 |
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 |