From 31bd37c6ac8de9e8c1bacebc2d8e1215df91eb96 Mon Sep 17 00:00:00 2001 From: stepshal Date: Tue, 18 Oct 2016 20:24:35 +0700 Subject: Fix quantity of blank lines. --- setuptools/extension.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools/extension.py') 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) -- cgit v1.2.3