1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-03-16 15:03:30 +01:00

Next portion of logging adapt.

This commit is contained in:
2021-06-24 19:42:51 +02:00
parent 84abd62a61
commit 6dfcaea2dd
20 changed files with 105 additions and 122 deletions

View File

@@ -4,10 +4,6 @@ from collections import namedtuple
from ebook_converter.customize import Plugin
__license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>'
class DevicePlugin(Plugin):
"""
Defines the interface that should be implemented by backends that
@@ -16,7 +12,7 @@ class DevicePlugin(Plugin):
type = 'Device interface'
#: Ordered list of supported formats
FORMATS = ["lrf", "rtf", "pdf", "txt"]
FORMATS = ["lrf", "rtf", "pdf", "txt"]
# If True, the config dialog will not show the formats box
HIDE_FORMATS_CONFIG_BOX = False