Show More
@@ -1,5 +1,5 b'' | |||||
1 | #----------------------------------------------------------------------------- |
|
1 | #----------------------------------------------------------------------------- | |
2 |
# Copyright (C) 2010 |
|
2 | # Copyright (C) 2010 The IPython Development Team | |
3 | # |
|
3 | # | |
4 | # Distributed under the terms of the BSD License. The full license is in |
|
4 | # Distributed under the terms of the BSD License. The full license is in | |
5 | # the file COPYING.txt, distributed as part of this software. |
|
5 | # the file COPYING.txt, distributed as part of this software. | |
@@ -66,3 +66,8 b" def check_for_zmq(minimum_version, module='IPython.zmq'):" | |||||
66 |
|
66 | |||
67 | check_for_zmq('2.1.4') |
|
67 | check_for_zmq('2.1.4') | |
68 | patch_pyzmq() |
|
68 | patch_pyzmq() | |
|
69 | ||||
|
70 | from .blockingkernelmanager import BlockingKernelManager | |||
|
71 | from .kernelmanager import * | |||
|
72 | from .session import Session | |||
|
73 |
General Comments 0
You need to be logged in to leave comments.
Login now