summaryrefslogtreecommitdiff
path: root/astroid/manager.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-09-13 12:30:06 +0200
committerGitHub <noreply@github.com>2021-09-13 12:30:06 +0200
commite24331eb2332dea201c79688d59bec8e6d5a957c (patch)
treea3e912aac66d4166c59a62b8475764d4bcf3a31e /astroid/manager.py
parenta91360b4c8c2d6a6bdee72478c6bd30e511914af (diff)
parentaf0724ba515b61dbdead945f43baf29116d44d4a (diff)
downloadastroid-git-add-typing-in-tests.tar.gz
Merge branch 'main' into add-typing-in-testsadd-typing-in-tests
Diffstat (limited to 'astroid/manager.py')
-rw-r--r--astroid/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/manager.py b/astroid/manager.py
index 5575151e..89ef2ac6 100644
--- a/astroid/manager.py
+++ b/astroid/manager.py
@@ -46,7 +46,7 @@ from astroid.modutils import (
)
from astroid.transforms import TransformVisitor
-ZIP_IMPORT_EXTS = (".zip", ".egg", ".whl")
+ZIP_IMPORT_EXTS = (".zip", ".egg", ".whl", ".pyz", ".pyzw")
def safe_repr(obj):