Commit 5c016781 authored by Georg Brandl's avatar Georg Brandl

Add missing comma in __all__ list.

parent 2a2ce328
......@@ -28,7 +28,7 @@ except ImportError:
bz2 = None
__all__ = ["BadZipFile", "BadZipfile", "error",
"ZIP_STORED", "ZIP_DEFLATED", "ZIP_BZIP2"
"ZIP_STORED", "ZIP_DEFLATED", "ZIP_BZIP2",
"is_zipfile", "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile"]
class BadZipFile(Exception):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment