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