mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-04 04:04:38 +01:00
This commit is contained in:
parent
634bd7d203
commit
3ba9ed9d32
1 changed files with 2 additions and 3 deletions
|
|
@ -19,10 +19,9 @@
|
|||
from subprocess import check_call
|
||||
from libprs500 import __version__, __appname__
|
||||
|
||||
from libprs500.devices.prs500.driver import PRS500
|
||||
from libprs500.devices.prs505.driver import PRS505
|
||||
from libprs500.devices import devices
|
||||
|
||||
DEVICES = (PRS500, PRS505)
|
||||
DEVICES = devices()
|
||||
|
||||
def options(option_parser):
|
||||
parser = option_parser()
|
||||
|
|
|
|||
Loading…
Reference in a new issue