Fix loading of custom device interface plugins

This commit is contained in:
Kovid Goyal 2010-03-27 16:14:23 +05:30
parent 655e13ed40
commit f1ec0abb74

View File

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