From e473f26f510a57bcbde0a40d26670b829422ad74 Mon Sep 17 00:00:00 2001 From: John Schember Date: Tue, 12 Jan 2010 18:15:29 -0500 Subject: [PATCH] Cybook Driver: condense delete exts. --- src/calibre/devices/cybook/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/cybook/driver.py b/src/calibre/devices/cybook/driver.py index c3593fbad2..d314646a87 100644 --- a/src/calibre/devices/cybook/driver.py +++ b/src/calibre/devices/cybook/driver.py @@ -39,7 +39,7 @@ class CYBOOK(USBMS): EBOOK_DIR_MAIN = 'eBooks' EBOOK_DIR_CARD_A = 'eBooks' THUMBNAIL_HEIGHT = 144 - DELETE_EXTS = ['.mbp', '.dat', '.bin', '_6090.t2b', 'epub.bin', 'epub.dat', 'epub.thn'] + DELETE_EXTS = ['.mbp', '.dat', '.bin', '_6090.t2b', '.thn'] SUPPORTS_SUB_DIRS = True def upload_cover(self, path, filename, metadata):