From: Robert Bradshaw Date: Sat, 16 Apr 2011 07:38:44 +0000 (-0700) Subject: Mode tag for import compile only test. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f13ae43a68404507afe6464935ae04b956a3810;p=cython.git Mode tag for import compile only test. --- diff --git a/tests/compile/fromimport_star.pyx b/tests/compile/fromimport_star.pyx index b1daad98..6c19476b 100644 --- a/tests/compile/fromimport_star.pyx +++ b/tests/compile/fromimport_star.pyx @@ -1,3 +1,5 @@ +# mode: compile + from spam import * from ...spam.foo import * from . import *