1
0
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:
2020-04-12 19:32:51 +02:00
parent 5aa0b1a0eb
commit ea19d47ad1
6 changed files with 237 additions and 291 deletions

View File

@@ -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')