summaryrefslogtreecommitdiffstatshomepage
path: root/tests/import/pkg3/subpkg1/mod1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/import/pkg3/subpkg1/mod1.py')
-rw-r--r--tests/import/pkg3/subpkg1/mod1.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/import/pkg3/subpkg1/mod1.py b/tests/import/pkg3/subpkg1/mod1.py
new file mode 100644
index 0000000000..7a2ae44b54
--- /dev/null
+++ b/tests/import/pkg3/subpkg1/mod1.py
@@ -0,0 +1,2 @@
+print("subpkg1.mod1 __name__:", __name__)
+from ..mod2 import foo