From 31c4f9cdf5cef3a66c42587917e110370b568aea 2011-03-31 06:23:54 From: Brian Granger Date: 2011-03-31 06:23:54 Subject: [PATCH] Adding IPython.kernel transition helper. --- diff --git a/IPython/kernel/__init__.py b/IPython/kernel/__init__.py new file mode 100644 index 0000000..7ee9fa4 --- /dev/null +++ b/IPython/kernel/__init__.py @@ -0,0 +1,6 @@ +msg = """IPython.kernel has been replaced by IPython.parallel. + +Please see INSERT URL for further details. +""" + +raise ImportError(msg) \ No newline at end of file