diff options
Diffstat (limited to 'tests/import/pkg3/mod1.py')
-rw-r--r-- | tests/import/pkg3/mod1.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/import/pkg3/mod1.py b/tests/import/pkg3/mod1.py new file mode 100644 index 0000000000..28a0f5bf10 --- /dev/null +++ b/tests/import/pkg3/mod1.py @@ -0,0 +1,2 @@ +print("mod1 __name__:", __name__) +from . import mod2 |