mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 04:34:27 +02:00
...
This commit is contained in:
parent
af3f6a62d9
commit
4c64613a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -607,7 +607,7 @@ def __init__(self, oncard, prefix, settings):
|
|||
pass
|
||||
|
||||
def supports_collections(self):
|
||||
''' Return True if the the device supports collections for this book list. '''
|
||||
''' Return True if the device supports collections for this book list. '''
|
||||
raise NotImplementedError()
|
||||
|
||||
def add_book(self, book, replace_metadata):
|
||||
|
|
|
|||
Loading…
Reference in a new issue