From fc7e44a646462315effed63ad28f6ce0f3241ec9 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 29 Sep 2018 14:06:08 +0200 Subject: Rename pdfraw to pdfany and allow 2 payloads. v1.5.2 --- PolyglotFile/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PolyglotFile/__init__.py') 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 -- cgit v1.2.3