home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- __docformat__ = 'restructuredtext en'
-
- class IPythonError(Exception):
- pass
-
-
- class ControllerError(IPythonError):
- pass
-
-
- class ControllerCreationError(ControllerError):
- pass
-
-
- class EngineError(IPythonError):
- pass
-
-
- class EngineCreationError(EngineError):
- pass
-
-