blob: cadaa6836b274c43edaba98c6f59c8efa78d36d6 [file] [log] [blame]
import mypackage.goo
def foo():
import mypackage.bar
mypackage.bar.dostuff()
# <ref>
foo()