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/command/build_ext.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'setuptools/command/build_ext.py') diff --git a/setuptools/command/build_ext.py b/setuptools/command/build_ext.py index 454c91fb..12dc88cd 100644 --- a/setuptools/command/build_ext.py +++ b/setuptools/command/build_ext.py @@ -56,7 +56,6 @@ elif os.name != 'nt': except ImportError: pass - if_dl = lambda s: s if have_rtld else '' @@ -70,7 +69,6 @@ def get_abi3_suffix(): class build_ext(_build_ext): - def run(self): """Build extensions in build directory, then copy if --inplace""" old_inplace, self.inplace = self.inplace, 0 -- cgit v1.2.3