##// END OF EJS Templates
Backport PR #4668: Make non-ASCII docstring unicode...
Backport PR #4668: Make non-ASCII docstring unicode We shouldn't have non-ascii characters in a bytes literal. This seems to be the source of problems for the docs build on ShiningPanda. Merging straight away, just making a PR so there's a record of this.

File last commit:

r10286:b0400b4d
r14744:74f066bf
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