Skip to content

Commit

Permalink
Merge branch 'removetwisted' of https://github.com/ellisonbg/ipython
Browse files Browse the repository at this point in the history
…into remove_twisted
  • Loading branch information
minrk committed Apr 6, 2011
2 parents a38cb16 + 5e629d6 commit 9fd6af8
Show file tree
Hide file tree
Showing 115 changed files with 7 additions and 20,446 deletions.
27 changes: 6 additions & 21 deletions IPython/kernel/__init__.py 100755 → 100644
@@ -1,25 +1,10 @@
# encoding: utf-8
"""The IPython1 kernel.
"""IPython.kernel has been replaced by IPython.parallel.
The IPython kernel actually refers to three things:
The previous version of IPython's parallel library was located at this
location (IPython.kernel). It has been moved to the IPython.parallel
subpackage and has been refactored to use zeromq/pyzmq instead of twisted.
* The IPython Engine
* The IPython Controller
* Clients to the IPython Controller
The kernel module implements the engine, controller and client and all the
network protocols needed for the various entities to talk to each other.
An end user should probably begin by looking at the `client.py` module
if they need blocking clients or in `asyncclient.py` if they want asynchronous,
deferred/Twisted using clients.
Please see INSERT URL for further details.
"""
__docformat__ = "restructuredtext en"
#-----------------------------------------------------------------------------
# Copyright (C) 2008 The IPython Development Team
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-----------------------------------------------------------------------------

from IPython.kernel.error import TaskRejectError
raise ImportError(__doc__)
42 changes: 0 additions & 42 deletions IPython/kernel/asyncclient.py

This file was deleted.

110 changes: 0 additions & 110 deletions IPython/kernel/client.py

This file was deleted.

0 comments on commit 9fd6af8

Please sign in to comment.