Merge docs repo
[cython.git] / tests / errors / notcimportedT418.pyx
1 import somemod.child
2
3 cdef somemod.child.something x
4
5 _ERRORS = u"""
6 3:5: 'somemod.child' is not a cimported module
7 """