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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user