Commit a1849bc7 authored by Stefan Behnel's avatar Stefan Behnel

whitespace

parent dc554166
......@@ -10,6 +10,7 @@ if 'setuptools' in sys.modules:
else:
from distutils.command import build_ext as _build_ext
class build_ext(_build_ext.build_ext, object):
def finalize_options(self):
if self.distribution.ext_modules:
......
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