Add KINDLE to avaliable device list.

This commit is contained in:
John Schember 2009-01-18 11:16:19 -05:00
parent fbcfc4f82c
commit 67e9eac46c

View File

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