Commit 2bac445c authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

typo

parent 346f42bf
import sys
from .Dependencies import cythonize
if 'setuptools' is sys.modules:
if 'setuptools' in sys.modules:
from setuptools.command import build_ext as _build_ext
else:
from distutils.command import build_ext as _build_ext
......
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