blob: 9a720109a20e3c64ac613bb35bf731575e77f72b [file] [log] [blame]
# 07. star is special
from abc import foo, bar
from star.bad1 import *, foo
from star.good import *
from star.bad2 import foo, *, bar
from star.bad3 import xanth, *