From 8d77e729706ab3b68a17ef29120b21908a2c32b4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Sep 2012 10:04:42 +0530 Subject: [PATCH] ... --- src/calibre/devices/interface.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/interface.py b/src/calibre/devices/interface.py index 2af6b63e3a..58b097f951 100644 --- a/src/calibre/devices/interface.py +++ b/src/calibre/devices/interface.py @@ -226,7 +226,8 @@ class DevicePlugin(Plugin): :param devices_on_system: Set of USB devices found on the system. :param force_refresh: If True and the driver uses a cache to prevent - repeated scanning, the cache must be flushed. + repeated scanning, the cache must be flushed. + ''' raise NotImplementedError() @@ -548,7 +549,7 @@ class DevicePlugin(Plugin): If there is an error preparing a book, then instead of a path, the position in the returned list for that book should be a three tuple: - (original_path, the exception instance, traceback) + (original_path, the exception instance, traceback) ''' return paths