Commit f775aa32 authored by Robert Bradshaw's avatar Robert Bradshaw

Fix import typo.

parent 53985a5a
......@@ -20,4 +20,4 @@ class new_build_ext(_build_ext, object):
super(build_ext, self).finalize_options()
# This will become new_build_ext in the future.
from Cython.Distutils.old_build_ext as build_ext
from .old_build_ext import old_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