summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/pkg3/mod1.py
blob: 28a0f5bf10ebd613bdd38a66495c78f2a25d7ae7 (plain) (blame)
1
2
print("mod1 __name__:", __name__)
from . import mod2