##// END OF EJS Templates
Cleaned up kernel action interface....
Cleaned up kernel action interface. * Using POST rather than GET. * Using simple URLs rather than a query string. * Using a regexp to match the action.

File last commit:

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