mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
commit
b57ae20862
@ -8,8 +8,6 @@ __docformat__ = 'restructuredtext en'
|
||||
from calibre.gui2.convert.txt_output_ui import Ui_Form
|
||||
from calibre.gui2.convert import Widget
|
||||
|
||||
newline_model = None
|
||||
|
||||
class PluginWidget(Widget, Ui_Form):
|
||||
|
||||
TITLE = _('TXT Output')
|
||||
|
14
src/calibre/gui2/convert/txtz_output.py
Normal file
14
src/calibre/gui2/convert/txtz_output.py
Normal file
@ -0,0 +1,14 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__license__ = 'GPL 3'
|
||||
__copyright__ = '2011, John Schember <john@nachtimwald.com>'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
|
||||
|
||||
from calibre.gui2.convert.txt_output import PluginWidget as TXTPluginWidget
|
||||
|
||||
class PluginWidget(TXTPluginWidget):
|
||||
|
||||
TITLE = _('TXTZ Output')
|
||||
HELP = _('Options specific to')+' TXTZ '+_('output')
|
||||
COMMIT_NAME = 'txtz_output'
|
Loading…
x
Reference in New Issue
Block a user