From 10ffdf8c18c72c1413d0c6ce0c85aff257924478 Mon Sep 17 00:00:00 2001 From: GRiker Date: Tue, 1 Jun 2010 08:13:08 -0600 Subject: [PATCH] GwR revisions --- src/calibre/devices/apple/driver.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/apple/driver.py b/src/calibre/devices/apple/driver.py index aedc35b105..8d1037bc44 100644 --- a/src/calibre/devices/apple/driver.py +++ b/src/calibre/devices/apple/driver.py @@ -1229,8 +1229,10 @@ class ITUNES(DevicePlugin): self.iTunes.delete(cached_book['lib_book']) elif iswindows: - # Assume we're wrapped in a pythoncom - # Windows stores the book under a common author directory, so we just delete the .epub + ''' + Assume we're wrapped in a pythoncom + Windows stores the book under a common author directory, so we just delete the .epub + ''' if DEBUG: self.log.info("ITUNES._remove_from_iTunes(): '%s'" % cached_book['title']) book = self._find_library_book(cached_book)