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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __license__ = 'GPL v3'
  5. __copyright__ = '2009, Kovid Goyal'
  6. __docformat__ = 'restructuredtext en'
  7. from calibre.devices.usbms.driver import USBMS
  8.  
  9. class EDGE(USBMS):
  10.     name = 'Edge Device Interface'
  11.     gui_name = _('Entourage Edge')
  12.     description = _('Communicate with the Entourage Edge.')
  13.     author = 'Kovid Goyal'
  14.     supported_platforms = [
  15.         'windows',
  16.         'linux',
  17.         'osx']
  18.     FORMATS = [
  19.         'epub',
  20.         'pdf']
  21.     VENDOR_ID = [
  22.         2996]
  23.     PRODUCT_ID = [
  24.         3074]
  25.     BCD = [
  26.         547]
  27.     VENDOR_NAME = 'ANDROID'
  28.     WINDOWS_MAIN_MEM = '__FILE-STOR_GADG'
  29.     WINDOWS_CARD_A_MEM = '__FILE-STOR_GADG'
  30.     MAIN_MEMORY_VOLUME_LABEL = 'Edge Main Memory'
  31.     STORAGE_CARD_VOLUME_LABEL = 'Edge Storage Card'
  32.     EBOOK_DIR_MAIN = 'download'
  33.     SUPPORTS_SUB_DIRS = True
  34.  
  35.