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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __license__ = 'GPL v3'
  5. __copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
  6. __docformat__ = 'restructuredtext en'
  7. from calibre.devices.usbms.driver import USBMS
  8.  
  9. class NUUT2(USBMS):
  10.     name = 'Nuut2 Device Interface'
  11.     gui_name = 'NeoLux Nuut2'
  12.     description = _('Communicate with the Nuut2 eBook reader.')
  13.     author = _('Kovid Goyal')
  14.     supported_platforms = [
  15.         'windows',
  16.         'osx',
  17.         'linux']
  18.     FORMATS = [
  19.         'epub',
  20.         'pdf',
  21.         'txt']
  22.     DRM_FORMATS = [
  23.         'epub']
  24.     VENDOR_ID = [
  25.         5134]
  26.     PRODUCT_ID = [
  27.         45141]
  28.     BCD = [
  29.         792]
  30.     VENDOR_NAME = 'NEOLUX'
  31.     WINDOWS_MAIN_MEM = 'NUUT2'
  32.     OSX_MAIN_MEM = 'NEXTPPRS MASS STORAGE Media'
  33.     MAIN_MEMORY_VOLUME_LABEL = 'NUUT2 Main Memory'
  34.     STORAGE_CARD_VOLUME_LABEL = 'NUUT2 Storage Card'
  35.     EBOOK_DIR_MAIN = 'books'
  36.     SUPPORTS_SUB_DIRS = True
  37.  
  38.