From 67e9eac46cd5e7328562e0b7f8b48d91d4b24779 Mon Sep 17 00:00:00 2001 From: John Schember Date: Sun, 18 Jan 2009 11:16:19 -0500 Subject: [PATCH] Add KINDLE to avaliable device list. --- src/calibre/devices/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/__init__.py b/src/calibre/devices/__init__.py index e68a8b3de3..ebb95a4e86 100644 --- a/src/calibre/devices/__init__.py +++ b/src/calibre/devices/__init__.py @@ -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