Commit 6a74dc95 authored by Jason R. Coombs's avatar Jason R. Coombs

distutils will always be in globals

parent cd22ba42
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment