summaryrefslogtreecommitdiff
path: root/tests/run/numpy_cimport.pyx
blob: 7c23d77259afc721fc19e922f4e2f2015c0a4003 (plain)
1
2
3
4
5
6
7
8
9
# tag: numpy

"""
>>> import sys
>>> 'numpy' in sys.modules
True
"""
cimport numpy as np
include "numpy_common.pxi"