diff options
Diffstat (limited to 'tests/bytecode/mp-tests/import5.py')
-rw-r--r-- | tests/bytecode/mp-tests/import5.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/bytecode/mp-tests/import5.py b/tests/bytecode/mp-tests/import5.py deleted file mode 100644 index fb93862d1..000000000 --- a/tests/bytecode/mp-tests/import5.py +++ /dev/null @@ -1,4 +0,0 @@ -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 |