home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_761 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  1.2 KB  |  36 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __license__ = 'GPL 3'
  5. __copyright__ = '2009, John Schember <john@nachtimwald.com>'
  6. __docformat__ = 'restructuredtext en'
  7. from calibre.devices.usbms.driver import USBMS
  8.  
  9. class ILIAD(USBMS):
  10.     name = 'IRex Iliad Device Interface'
  11.     description = _('Communicate with the IRex Iliad eBook reader.')
  12.     author = _('John Schember')
  13.     supported_platforms = [
  14.         'windows',
  15.         'linux']
  16.     FORMATS = [
  17.         'mobi',
  18.         'prc',
  19.         'html',
  20.         'pdf',
  21.         'txt']
  22.     VENDOR_ID = [
  23.         1228]
  24.     PRODUCT_ID = [
  25.         6756]
  26.     BCD = [
  27.         256]
  28.     VENDOR_NAME = 'IREX'
  29.     WINDOWS_MAIN_MEM = 'ILIAD'
  30.     MAIN_MEMORY_VOLUME_LABEL = 'IRex Iliad Main Memory'
  31.     EBOOK_DIR_MAIN = 'books'
  32.     DELETE_EXTS = [
  33.         '.mbp']
  34.     SUPPORTS_SUB_DIRS = True
  35.  
  36.