Some minor cleanup

This commit is contained in:
Robin Dunn
2016-09-22 09:46:39 -07:00
parent 8e6609a3d4
commit 32a324f73b
9 changed files with 530 additions and 531 deletions

View File

@@ -79,7 +79,7 @@ class build_ext (build_ext_base):
def _sip_output_dir(self):
return self.build_temp
def build_extension (self, ext):
oldforce = self.force
@@ -148,4 +148,3 @@ class build_ext (build_ext_base):
"-b", sbf,
"-I", self._sip_sipfiles_dir(),
source])