##// END OF EJS Templates
Fixed docstring of IPython.kernel.__init__.
Brian Granger -
Show More
@@ -1,6 +1,10 b''
1 msg = """IPython.kernel has been replaced by IPython.parallel.
1 """IPython.kernel has been replaced by IPython.parallel.
2
3 The previous version of IPython's parallel library was located at this
4 location (IPython.kernel). It has been moved to the IPython.parallel
5 subpackage and has been refactored to use zeromq/pyzmq instead of twisted.
2
6
3 Please see INSERT URL for further details.
7 Please see INSERT URL for further details.
4 """
8 """
5
9
6 raise ImportError(msg) No newline at end of file
10 raise ImportError(__doc__)
General Comments 0
You need to be logged in to leave comments. Login now