From 42e7af543d7219a1e91ddb6b5b7d2a8614d3d12c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 2 Dec 2011 11:51:35 +0530 Subject: [PATCH] ... --- src/calibre/devices/interface.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/calibre/devices/interface.py b/src/calibre/devices/interface.py index cc26c15192..d75e96f386 100644 --- a/src/calibre/devices/interface.py +++ b/src/calibre/devices/interface.py @@ -246,14 +246,15 @@ class DevicePlugin(Plugin): the user. :param connected_device: The device that we are trying to open. It is - a tuple of (vendor id, product id, bcd, manufacturer name, product - name, device serial number). However, some device have no serial number - and on windows only the first three fields are present, the rest are - None. + a tuple of (vendor id, product id, bcd, manufacturer name, product + name, device serial number). However, some devices have no serial + number and on windows only the first three fields are present, the + rest are None. :param library_uuid: The UUID of the current calibre library. Can be - None if there is no library (for example when used from the command - line. + None if there is no library (for example when used from the command + line). + ''' raise NotImplementedError()