blob: 9a720109a20e3c64ac613bb35bf731575e77f72b [file] [log] [blame]
Simon Hunte556e942017-06-19 15:35:44 -07001# 07. star is special
2from abc import foo, bar
3from star.bad1 import *, foo
4from star.good import *
5from star.bad2 import foo, *, bar
6from star.bad3 import xanth, *