From 6a74dc955603fb6dcdaa2877b332c7ff1c55dfad Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 4 Sep 2016 20:05:03 -0400 Subject: distutils will always be in globals --- setuptools/msvc.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'setuptools') 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 -- cgit v1.2.3