diff options
author | ben | 2018-09-29 00:12:49 +0200 |
---|---|---|
committer | ben | 2018-09-29 00:12:49 +0200 |
commit | caaaaafeb09165971b49a948bab1ec2189031319 (patch) | |
tree | a08af0e16bd2f21319f3f158f9e6c46395705003 /PolyglotFile/__init__.py | |
parent | 7e962d60ad8f4eaf9defa1cc017d61a8ada4dc47 (diff) | |
download | truepolyglot-caaaaafeb09165971b49a948bab1ec2189031319.tar.gz truepolyglot-caaaaafeb09165971b49a948bab1ec2189031319.tar.bz2 truepolyglot-caaaaafeb09165971b49a948bab1ec2189031319.tar.xz |
Add pdfraw format, v1.5
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 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 |