This commit is contained in:
John Schember 2010-04-25 21:22:00 -04:00
parent 83d6bc9a0d
commit 0779e8c3a0

View File

@ -63,6 +63,7 @@ class KINDLE(USBMS):
def filename_callback(self, fname, mi): def filename_callback(self, fname, mi):
if fname.startswith('.'): if fname.startswith('.'):
return fname[1:] return fname[1:]
return fname
def get_annotations(self, path_map): def get_annotations(self, path_map):
MBP_FORMATS = [u'azw', u'mobi', u'prc', u'txt'] MBP_FORMATS = [u'azw', u'mobi', u'prc', u'txt']