disable raise ... from ... unittest in py3 (but other syntax checks still work)
[cython.git] / tests / run / numpy_cimport.pyx
1 """
2 >>> import sys
3 >>> 'numpy' in sys.modules
4 True
5 """
6 cimport numpy as np
7 include "numpy_common.pxi"