fix #675: make 'by' a non-keyword also in .pyx files
[cython.git] / tests / compile / cimportfrom_T248.pyx
1 # ticket: 248
2 # mode: compile
3
4 from ewing8 cimport (Foo,
5
6
7                      Blarg)
8
9 from declandimpl cimport (Sandwich
10
11
12                           ,
13
14
15
16
17                           Tomato)
18
19 cdef extern Foo yummy