diff options
author | ben | 2018-09-29 23:37:54 +0200 |
---|---|---|
committer | ben | 2018-09-29 23:37:54 +0200 |
commit | 875747ad7aab1cee8ce635a8f2af2ab5fc6aec0a (patch) | |
tree | b326b323a0c0b1cec1d449e7dc38be30c516f364 /PolyglotFile/__init__.py | |
parent | 200508be7ffc34a3e7ce383f6f32ad357cb8a9cd (diff) | |
download | truepolyglot-1.6.tar.gz truepolyglot-1.6.tar.bz2 truepolyglot-1.6.tar.xz |
Add zipany format. v1.61.6
Diffstat (limited to 'PolyglotFile/__init__.py')
-rw-r--r-- | PolyglotFile/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PolyglotFile/__init__.py b/PolyglotFile/__init__.py index e6f6416..4ece820 100644 --- a/PolyglotFile/__init__.py +++ b/PolyglotFile/__init__.py @@ -5,4 +5,5 @@ from .polyglotpdfzip import PolyglotPdfZip from .polyglotpdfany import PolyglotPdfAny from .polyglotzippdf import PolyglotZipPdf from .polyglotszippdf import PolyglotSZipPdf +from .polyglotzipany import PolyglotZipAny |