summaryrefslogtreecommitdiff
path: root/tests/import/pkg3/mod2.py
blob: 37721faaf31918323a1623d587551df012cc7234 (plain)
1
2
3
4
5
6
print("mod2 __name__:", __name__)
print("in mod2")


def foo():
    print("mod2.foo()")