summaryrefslogtreecommitdiff
path: root/tests/compile/fromimport_star.pyx
blob: 80542dddb6d57da70531ece8e451ef94131472c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# mode: compile

from spam import *
from ...spam.foo import *
from ... spam.foo import *
from .. . spam.foo import *
from . . . spam.foo import *
from . .. spam.foo import *
from . import *
from ... import *
from .. . import *
from . .. import *
from . . . import *