move zmq.KernelManagers into IPython.kernel

This commit is contained in:
MinRK 2013-01-29 14:19:57 -08:00
parent 1f35decb54
commit ff113b106e

View File

@ -41,7 +41,7 @@ class MultiKernelManager(LoggingConfigurable):
"""A class for managing multiple kernels."""
kernel_manager_class = DottedObjectName(
"IPython.zmq.blockingkernelmanager.BlockingKernelManager", config=True,
"IPython.kernel.blockingkernelmanager.BlockingKernelManager", config=True,
help="""The kernel manager class. This is configurable to allow
subclassing of the KernelManager for customized behavior.
"""