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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __license__ = 'GPL v3'
  5. __copyright__ = '2009, John Schember <john@nachtimwald.com>'
  6. __docformat__ = 'restructuredtext en'
  7.  
  8. class FormatReader(object):
  9.     
  10.     def __init__(self, header, stream, log, options):
  11.         raise NotImplementedError()
  12.  
  13.     
  14.     def extract_content(self, output_dir):
  15.         raise NotImplementedError()
  16.  
  17.  
  18.