From 0779e8c3a0421b38a3f7a6e18b86e5106128ae87 Mon Sep 17 00:00:00 2001 From: John Schember Date: Sun, 25 Apr 2010 21:22:00 -0400 Subject: [PATCH] ... --- src/calibre/devices/kindle/driver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/devices/kindle/driver.py b/src/calibre/devices/kindle/driver.py index a13f879b87..96530e2801 100644 --- a/src/calibre/devices/kindle/driver.py +++ b/src/calibre/devices/kindle/driver.py @@ -63,6 +63,7 @@ class KINDLE(USBMS): def filename_callback(self, fname, mi): if fname.startswith('.'): return fname[1:] + return fname def get_annotations(self, path_map): MBP_FORMATS = [u'azw', u'mobi', u'prc', u'txt']