Cython has moved to github.

cython-devel

view tests/errors/notcimportedT418.pyx @ 2497:87e556fc4e33

Fix #418 (wrong error message)
author Dag Sverre Seljebotn <dagss@student.matnat.uio.no>
date Fri Oct 16 13:14:22 2009 +0200 (2 years ago)
parents
children
line source
1 import somemod.child
3 cdef somemod.child.something x
5 _ERRORS = u"""
6 3:5: 'somemod.child' is not a cimported module
7 """