aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/extension.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/extension.py')
-rw-r--r--setuptools/extension.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/extension.py b/setuptools/extension.py
index 03068d35..29468894 100644
--- a/setuptools/extension.py
+++ b/setuptools/extension.py
@@ -26,7 +26,6 @@ def _have_cython():
# for compatibility
have_pyrex = _have_cython
-
_Extension = get_unpatched(distutils.core.Extension)