disable raise ... from ... unittest in py3 (but other syntax checks still work)
[cython.git] / tests / compile / import.pyx
1 def f():
2     import spam
3     import spam.eggs
4     import spam, eggs, ham
5     import spam as tasty
6