mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add KINDLE to avaliable device list.
This commit is contained in:
parent
fbcfc4f82c
commit
67e9eac46c
@ -11,7 +11,7 @@ def devices():
|
||||
from calibre.devices.prs700.driver import PRS700
|
||||
from calibre.devices.cybookg3.driver import CYBOOKG3
|
||||
from calibre.devices.kindle.driver import KINDLE
|
||||
return (PRS500, PRS505, PRS700, CYBOOKG3)
|
||||
return (PRS500, PRS505, PRS700, CYBOOKG3, KINDLE)
|
||||
|
||||
import time
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user