diff options
| author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-10-12 13:04:46 +0200 |
|---|---|---|
| committer | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-10-12 13:04:46 +0200 |
| commit | d4674781d974bd73ca3bfe82fd0816684f2a97d4 (patch) | |
| tree | 09d15eaa4fb8a17e86d49e31ec9c4957acbf7c3e /tests/testdata/python3/data | |
| parent | 02f8b1627ca488b231bb9efa8ad3e65c59fa6d83 (diff) | |
| download | astroid-git-d4674781d974bd73ca3bfe82fd0816684f2a97d4.tar.gz | |
Revert "Fix regression with import resolver"
This reverts commit 02f8b1627ca488b231bb9efa8ad3e65c59fa6d83.
Diffstat (limited to 'tests/testdata/python3/data')
7 files changed, 0 insertions, 1 deletions
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 --- a/tests/testdata/python3/data/beyond_top_level_three/double_name/__init__.py +++ /dev/null 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 --- a/tests/testdata/python3/data/beyond_top_level_three/module/__init__.py +++ /dev/null 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 --- a/tests/testdata/python3/data/beyond_top_level_three/module/double_name/__init__.py +++ /dev/null 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 --- a/tests/testdata/python3/data/beyond_top_level_three/module/double_name/function.py +++ /dev/null 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 --- a/tests/testdata/python3/data/beyond_top_level_three/module/sub_module/__init__.py +++ /dev/null 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 --- a/tests/testdata/python3/data/beyond_top_level_three/module/sub_module/sub_sub_module/__init__.py +++ /dev/null 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 |
