##// END OF EJS Templates
Don't assume test case for %time will finish in 0 time....
Don't assume test case for %time will finish in 0 time. Closes gh-2899

File last commit:

r9376:d18872e9
r9504:2e9dee88
Show More
__init__.py
7 lines | 244 B | text/x-python | PythonLexer
"""IPython kernels and associated utilities"""
from .connect import *
from .launcher import *
from .kernelmanager import KernelManager
from .blockingkernelmanager import BlockingKernelManager
from .multikernelmanager import MultiKernelManager