mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 07:33:12 +02:00
Fix class reference
This commit is contained in:
parent
b3442dd471
commit
8eb1943712
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
from calibre.devices.usbms.deviceconfig import DeviceConfig
|
||||
from calibre import iswindows, islinux, isosx, __appname__
|
||||
|
||||
class Device(DeviceConfig, Device):
|
||||
class Device(DeviceConfig, DevicePlugin):
|
||||
'''
|
||||
This class provides logic common to all drivers for devices that export themselves
|
||||
as USB Mass Storage devices. If you are writing such a driver, inherit from this
|
||||
|
|
|
|||
Loading…
Reference in a new issue