diff options
Diffstat (limited to 'tests/bytecode/mp-tests/import4.py')
-rw-r--r-- | tests/bytecode/mp-tests/import4.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bytecode/mp-tests/import4.py b/tests/bytecode/mp-tests/import4.py new file mode 100644 index 0000000000..ecc3786755 --- /dev/null +++ b/tests/bytecode/mp-tests/import4.py @@ -0,0 +1,3 @@ +import a as y +import a.b as y +import a.b.c as y |