From d37e1be7f6accfae6408b2bc2f282d35064745f1 2012-06-13 07:55:25 From: MinRK Date: 2012-06-13 07:55:25 Subject: [PATCH] add basics to top-level IPython.zmq namespace --- diff --git a/IPython/zmq/__init__.py b/IPython/zmq/__init__.py index 7f558fd..fd40150 100644 --- a/IPython/zmq/__init__.py +++ b/IPython/zmq/__init__.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Copyright (C) 2010-2011 The IPython Development Team +# Copyright (C) 2010 The IPython Development Team # # Distributed under the terms of the BSD License. The full license is in # the file COPYING.txt, distributed as part of this software. @@ -66,3 +66,8 @@ def check_for_zmq(minimum_version, module='IPython.zmq'): check_for_zmq('2.1.4') patch_pyzmq() + +from .blockingkernelmanager import BlockingKernelManager +from .kernelmanager import * +from .session import Session +