##// END OF EJS Templates
Raise better IOError if a connection file is not found...
Raise better IOError if a connection file is not found when starting parallel.Client Example: IOError: Connection file u’~/.ipython/profile_default/security/ipcontroller-client.json' not found. Is a controller running?

File last commit:

r415:4a5dcb15
r17139:3c44235e
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]