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

import somemod.child

cdef somemod.child.something x

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