From caaaaafeb09165971b49a948bab1ec2189031319 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 29 Sep 2018 00:12:49 +0200 Subject: Add pdfraw format, v1.5 --- PolyglotFile/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'PolyglotFile/__init__.py') diff --git a/PolyglotFile/__init__.py b/PolyglotFile/__init__.py index 4261a1a..6800028 100644 --- a/PolyglotFile/__init__.py +++ b/PolyglotFile/__init__.py @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- from .polyglotpdfzip import PolyglotPdfZip +from .polyglotpdfraw import PolyglotPdfRaw from .polyglotzippdf import PolyglotZipPdf from .polyglotszippdf import PolyglotSZipPdf -- cgit v1.2.3