Remove trailing whitespace.
[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"