Removed prints and extract function from init module

This commit is contained in:
2020-07-13 21:38:06 +02:00
parent 025878dfe5
commit 4216fef20e
20 changed files with 97 additions and 336 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import sys
import urllib.parse
from ebook_converter.ebooks.chardet import detect_xml_encoding
from ebook_converter import unicode_path, replace_entities
from ebook_converter import replace_entities
class Link(object):