diff options
author | ben | 2018-09-29 14:06:08 +0200 |
---|---|---|
committer | ben | 2018-09-29 14:06:08 +0200 |
commit | fc7e44a646462315effed63ad28f6ce0f3241ec9 (patch) | |
tree | 4108dc22f70170e5d9f189c02a2bc171beceaf89 /PolyglotFile/__init__.py | |
parent | 04eb07f3210d91fadf6b75187bdc72ce713f587d (diff) | |
download | truepolyglot-fc7e44a646462315effed63ad28f6ce0f3241ec9.tar.gz truepolyglot-fc7e44a646462315effed63ad28f6ce0f3241ec9.tar.bz2 truepolyglot-fc7e44a646462315effed63ad28f6ce0f3241ec9.tar.xz |
Rename pdfraw to pdfany and allow 2 payloads. v1.5.21.5.2
Diffstat (limited to 'PolyglotFile/__init__.py')
-rw-r--r-- | PolyglotFile/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PolyglotFile/__init__.py b/PolyglotFile/__init__.py index 6800028..e6f6416 100644 --- a/PolyglotFile/__init__.py +++ b/PolyglotFile/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- from .polyglotpdfzip import PolyglotPdfZip -from .polyglotpdfraw import PolyglotPdfRaw +from .polyglotpdfany import PolyglotPdfAny from .polyglotzippdf import PolyglotZipPdf from .polyglotszippdf import PolyglotSZipPdf |