From d4674781d974bd73ca3bfe82fd0816684f2a97d4 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 12 Oct 2021 13:04:46 +0200 Subject: Revert "Fix regression with import resolver" This reverts commit 02f8b1627ca488b231bb9efa8ad3e65c59fa6d83. --- .../testdata/python3/data/beyond_top_level_three/double_name/__init__.py | 0 tests/testdata/python3/data/beyond_top_level_three/module/__init__.py | 0 .../python3/data/beyond_top_level_three/module/double_name/__init__.py | 0 .../python3/data/beyond_top_level_three/module/double_name/function.py | 0 .../python3/data/beyond_top_level_three/module/sub_module/__init__.py | 0 .../beyond_top_level_three/module/sub_module/sub_sub_module/__init__.py | 0 .../data/beyond_top_level_three/module/sub_module/sub_sub_module/main.py | 1 - 7 files changed, 1 deletion(-) delete mode 100644 tests/testdata/python3/data/beyond_top_level_three/double_name/__init__.py delete mode 100644 tests/testdata/python3/data/beyond_top_level_three/module/__init__.py delete mode 100644 tests/testdata/python3/data/beyond_top_level_three/module/double_name/__init__.py delete mode 100644 tests/testdata/python3/data/beyond_top_level_three/module/double_name/function.py delete mode 100644 tests/testdata/python3/data/beyond_top_level_three/module/sub_module/__init__.py delete mode 100644 tests/testdata/python3/data/beyond_top_level_three/module/sub_module/sub_sub_module/__init__.py delete mode 100644 tests/testdata/python3/data/beyond_top_level_three/module/sub_module/sub_sub_module/main.py (limited to 'tests/testdata/python3/data') diff --git a/tests/testdata/python3/data/beyond_top_level_three/double_name/__init__.py b/tests/testdata/python3/data/beyond_top_level_three/double_name/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/tests/testdata/python3/data/beyond_top_level_three/module/__init__.py b/tests/testdata/python3/data/beyond_top_level_three/module/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/tests/testdata/python3/data/beyond_top_level_three/module/double_name/__init__.py b/tests/testdata/python3/data/beyond_top_level_three/module/double_name/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/tests/testdata/python3/data/beyond_top_level_three/module/double_name/function.py b/tests/testdata/python3/data/beyond_top_level_three/module/double_name/function.py deleted file mode 100644 index e69de29b..00000000 diff --git a/tests/testdata/python3/data/beyond_top_level_three/module/sub_module/__init__.py b/tests/testdata/python3/data/beyond_top_level_three/module/sub_module/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/tests/testdata/python3/data/beyond_top_level_three/module/sub_module/sub_sub_module/__init__.py b/tests/testdata/python3/data/beyond_top_level_three/module/sub_module/sub_sub_module/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/tests/testdata/python3/data/beyond_top_level_three/module/sub_module/sub_sub_module/main.py b/tests/testdata/python3/data/beyond_top_level_three/module/sub_module/sub_sub_module/main.py deleted file mode 100644 index b9cd0bbc..00000000 --- a/tests/testdata/python3/data/beyond_top_level_three/module/sub_module/sub_sub_module/main.py +++ /dev/null @@ -1 +0,0 @@ -from ...double_name import function -- cgit v1.2.1