From 0660e7be325e6efdb3a39ebb3d65d9e5a4dc85ed 2008-07-12 19:13:16 From: Gael Varoquaux Date: 2008-07-12 19:13:16 Subject: [PATCH] Running the wx frontend no longer imports twisted. Hurray. --- diff --git a/IPython/frontend/frontendbase.py b/IPython/frontend/frontendbase.py index 37ee772..932db6c 100644 --- a/IPython/frontend/frontendbase.py +++ b/IPython/frontend/frontendbase.py @@ -35,7 +35,6 @@ except ImportError: from IPython.kernel.core.history import FrontEndHistory from IPython.kernel.core.util import Bunch -from IPython.kernel.engineservice import IEngineCore ############################################################################## # TEMPORARY!!! fake configuration, while we decide whether to use tconfig or