mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-03-17 07:13:42 +01:00
Added txt output format
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
from .functions import textile, textile_restricted, Textile
|
||||
|
||||
if False:
|
||||
textile, textile_restricted, Textile
|
||||
|
||||
__all__ = ['textile', 'textile_restricted']
|
||||
|
||||
@@ -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