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