mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-03-08 10:35:53 +01:00
Cleanup get_image_path usage.
This commit is contained in:
@@ -66,7 +66,7 @@ class DevicePlugin(Plugin):
|
||||
path_sep = os.sep
|
||||
|
||||
#: Icon for this device
|
||||
icon = I('reader.png')
|
||||
icon = None
|
||||
|
||||
# Encapsulates an annotation fetched from the device
|
||||
UserAnnotation = namedtuple('Annotation','type, value')
|
||||
|
||||
Reference in New Issue
Block a user