From: Stefan Behnel Date: Fri, 11 Sep 2009 18:15:16 +0000 (+0200) Subject: added test for ticket 248 X-Git-Tag: 0.11.3.rc0~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=709aeb54c43629d2432a96dc2287f5d15b0dcc40;p=cython.git added test for ticket 248 --- diff --git a/tests/compile/cimportfrom_T248.pyx b/tests/compile/cimportfrom_T248.pyx new file mode 100644 index 00000000..6be75506 --- /dev/null +++ b/tests/compile/cimportfrom_T248.pyx @@ -0,0 +1,16 @@ +from ewing8 cimport (Foo, + + + Blarg) + +from declandimpl cimport (Sandwich + + + , + + + + + Tomato) + +cdef extern Foo yummy