Opus driver: Generate t2b files and delete helper files when removing a book from the device.

This commit is contained in:
Kovid Goyal 2009-10-17 12:29:11 -06:00
parent 0cab0f4fd4
commit 9eacbc9d8c

View File

@ -78,7 +78,7 @@ class CYBOOKG3(USBMS):
return zip(paths, cycle([on_card])) return zip(paths, cycle([on_card]))
class CYBOOK_OPUS(USBMS): class CYBOOK_OPUS(CYBOOKG3):
name = 'Cybook Opus Device Interface' name = 'Cybook Opus Device Interface'
gui_name = 'Cybook Opus' gui_name = 'Cybook Opus'