##// END OF EJS Templates
split kernel.util into kernel.connect and kernel.launcher
split kernel.util into kernel.connect and kernel.launcher

File last commit:

r9355:fa603a8f
r9355:fa603a8f
Show More
__init__.py
5 lines | 121 B | text/x-python | PythonLexer
MinRK
move kernelmanagerabc into IPython.kernel
r9354 """IPython kernel bases and utilities"""
Brian Granger
Fixed docstring of IPython.kernel.__init__.
r3518
MinRK
split kernel.util into kernel.connect and kernel.launcher
r9355 from .connect import *
from .launcher import *
MinRK
move kernelmanagerabc into IPython.kernel
r9354 from .kernelmanagerabc import *