DEBSOURCES
Skip Quicknav
sources / python-chaco / 4.1.0-1 / chaco / shell / chaco_shell_error.py
123456789
""" Defines the ChacoShellError class. """ class ChacoShellError(RuntimeError): """ Error raised by the Chaco shell. """ pass # EOF