##// END OF EJS Templates
increase timeouts in test_console...
increase timeouts in test_console should decrease false failures on slow VMs (travis)

File last commit:

r10286:b0400b4d
r11786:a0811ee2
Show More
__init__.py
11 lines | 316 B | text/x-python | PythonLexer
"""IPython kernels and associated utilities"""
# just for friendlier zmq version check
from . import zmq
from .connect import *
from .launcher import *
from .client import KernelClient
from .manager import KernelManager
from .blocking import BlockingKernelClient
from .multikernelmanager import MultiKernelManager