diff options
Diffstat (limited to 'tests/bytecode/mp-tests/import5.py')
-rw-r--r-- | tests/bytecode/mp-tests/import5.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bytecode/mp-tests/import5.py b/tests/bytecode/mp-tests/import5.py new file mode 100644 index 0000000000..fb93862d19 --- /dev/null +++ b/tests/bytecode/mp-tests/import5.py @@ -0,0 +1,4 @@ +from a import b as c +from a.b import c as d +from a.b.c import d as e +from a.b.c import d as e, f as h |