mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-01-02 00:22:25 +01:00
Added htmlz and pdf formats.
Added HTML reader/writer and PDF reader.
This commit is contained in:
@@ -15,7 +15,7 @@ from __future__ import unicode_literals
|
||||
import operator
|
||||
import re
|
||||
|
||||
from polyglot.binary import from_hex_bytes
|
||||
from ebook_converter.polyglot.binary import from_hex_bytes
|
||||
|
||||
|
||||
__all__ = ['decode'] # Everything else is implementation detail
|
||||
|
||||
Reference in New Issue
Block a user