mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix loading of custom device interface plugins
This commit is contained in:
parent
655e13ed40
commit
f1ec0abb74
@ -25,7 +25,6 @@ from calibre.devices.mime import mime_type_ext
|
|||||||
# are inherited from the device interface in Device.
|
# are inherited from the device interface in Device.
|
||||||
class USBMS(CLI, Device):
|
class USBMS(CLI, Device):
|
||||||
|
|
||||||
name = 'USBMS Base Device Interface'
|
|
||||||
description = _('Communicate with an eBook reader.')
|
description = _('Communicate with an eBook reader.')
|
||||||
author = _('John Schember')
|
author = _('John Schember')
|
||||||
supported_platforms = ['windows', 'osx', 'linux']
|
supported_platforms = ['windows', 'osx', 'linux']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user