1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-03-16 15:03:30 +01:00

Added txt output format

This commit is contained in:
2020-04-19 13:53:51 +02:00
parent d2159ed60c
commit 41b687ee27
6 changed files with 19 additions and 25 deletions

View File

@@ -64,9 +64,9 @@ POSSIBILITY OF SUCH DAMAGE.
import re
import uuid
from calibre.utils.smartypants import smartyPants
from polyglot.builtins import unicode_type
from polyglot.urllib import urlopen, urlparse
from ebook_converter.utils.smartypants import smartyPants
from ebook_converter.polyglot.builtins import unicode_type
from ebook_converter.polyglot.urllib import urlopen, urlparse
def _normalize_newlines(string):