summaryrefslogtreecommitdiff
path: root/tests/errors/notcimportedT418.pyx
blob: c2821fb836827d7084eb094d3a5f7a1cf4d97c5f (plain)
1
2
3
4
5
6
7
8
9
10
# ticket: t418
# mode: error

import somemod.child

cdef somemod.child.something x

_ERRORS = u"""
6:5: 'somemod.child' is not a cimported module
"""