##// 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
"""IPython kernel bases and utilities"""
from .connect import *
from .launcher import *
from .kernelmanagerabc import *