summaryrefslogtreecommitdiffstatshomepage
path: root/tests/import/pkg3/mod2.py
blob: 67f43bad5217f0e98af1b29959bd0d5671dde026 (plain) (blame)
1
2
3
4
5
print("mod2 __name__:", __name__)
print("in mod2")

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