From e0b732700c7e2700f9511dfd9a18f4244b00784c 2011-12-22 22:06:32 From: Thomas Spura Date: 2011-12-22 22:06:32 Subject: [PATCH] Delete unneeded import of IPython.external.Itpl Signed-off-by: Thomas Spura --- diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index 58681c9..22ae80c 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -64,7 +64,6 @@ from IPython.core.prefilter import PrefilterManager, ESC_MAGIC from IPython.core.profiledir import ProfileDir from IPython.core.pylabtools import pylab_activate from IPython.core.prompts import PromptManager -from IPython.external.Itpl import ItplNS from IPython.utils import PyColorize from IPython.utils import io from IPython.utils import py3compat