mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 13:33:38 +02:00
...
This commit is contained in:
parent
5b693f33e6
commit
f7a8feb0f8
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ class ILIAD(USBMS):
|
|||
|
||||
name = 'IRex Iliad Device Interface'
|
||||
description = _('Communicate with the IRex Iliad eBook reader.')
|
||||
author = _('John Schember')
|
||||
author = 'John Schember'
|
||||
supported_platforms = ['windows', 'linux']
|
||||
|
||||
# Ordered list of supported formats
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ class IREXDR1000(USBMS):
|
|||
name = 'IRex Digital Reader 1000 Device Interface'
|
||||
description = _('Communicate with the IRex Digital Reader 1000 eBook ' \
|
||||
'reader.')
|
||||
author = _('John Schember')
|
||||
author = 'John Schember'
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
|
||||
# Ordered list of supported formats
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ class USBMS(CLI, Device):
|
|||
'''
|
||||
|
||||
description = _('Communicate with an eBook reader.')
|
||||
author = _('John Schember')
|
||||
author = 'John Schember'
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
|
||||
# Store type instances of BookList and Book. We must do this because
|
||||
|
|
|
|||
Loading…
Reference in a new issue