Add The Book to the welcome wizard

This commit is contained in:
Kovid Goyal 2010-05-24 09:07:58 -06:00
parent c948360dcf
commit e0a727002b

View File

@ -106,6 +106,13 @@ class Booq(Device):
output_format = 'EPUB'
id = 'booq'
class TheBook(Device):
name = 'The Book'
manufacturer = 'Augen'
output_profile = 'prs505'
output_format = 'EPUB'
id = 'thebook'
class Avant(Booq):
name = 'Booq Avant'