##// END OF EJS Templates
move IPython.inprocess to IPython.kernel.inprocess
move IPython.inprocess to IPython.kernel.inprocess

File last commit:

r9355:fa603a8f
r9375:4d245182
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 *