summaryrefslogtreecommitdiff
path: root/tests/run/numpy_ValueError_T172.pyx
blob: 233048ce7d68d41f91283c07a012b0044f9e6aca (plain)
1
2
3
4
5
6
7
8
9
# ticket: t172
# tag: numpy

__doc__ = u"""
    >>> 1
    1
"""
cimport numpy
class ValueError(object): pass