mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 15:23:39 +02:00
Add KINDLE to avaliable device list.
This commit is contained in:
parent
fbcfc4f82c
commit
67e9eac46c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue