home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 January / maximum-cd-2011-01.iso / DiscContents / calibre-0.7.26.msi / file_1921 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-10-31  |  1.1 KB  |  25 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __docformat__ = 'restructuredtext en'
  5.  
  6. class IPythonError(Exception):
  7.     pass
  8.  
  9.  
  10. class ControllerError(IPythonError):
  11.     pass
  12.  
  13.  
  14. class ControllerCreationError(ControllerError):
  15.     pass
  16.  
  17.  
  18. class EngineError(IPythonError):
  19.     pass
  20.  
  21.  
  22. class EngineCreationError(EngineError):
  23.     pass
  24.  
  25.