Buffer type checking cleanup/rewrite (now uses use_utility_code)
[cython.git] / Demos / callback / Setup.py
old mode 100644 (file)
new mode 100755 (executable)
index 5e48206..3f4bf6f
@@ -1,6 +1,6 @@
 from distutils.core import setup
 from distutils.extension import Extension
-from Pyrex.Distutils import build_ext
+from Cython.Distutils import build_ext
 
 setup(
   name = 'callback',