mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 00:33:14 +02:00
GUI Convert: txt output options widget.
This commit is contained in:
parent
88a5527dac
commit
742e5f9f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
from calibre.customize.conversion import OutputFormatPlugin, \
|
||||
OptionRecommendation
|
||||
from calibre.ebooks.txt.writer import TxtWriter, TxtNewlines, TxtMetadata
|
||||
from calibre.ebooks.txt.writer import TxtWriter, TxtNewlines
|
||||
from calibre.ebooks.metadata import authors_to_string
|
||||
|
||||
class TXTOutput(OutputFormatPlugin):
|
||||
|
|
|
|||
Loading…
Reference in a new issue