aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/utils/localinterfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/ipython/py3/IPython/utils/localinterfaces.py')
-rw-r--r--contrib/python/ipython/py3/IPython/utils/localinterfaces.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/python/ipython/py3/IPython/utils/localinterfaces.py b/contrib/python/ipython/py3/IPython/utils/localinterfaces.py
deleted file mode 100644
index 2f911222d8..0000000000
--- a/contrib/python/ipython/py3/IPython/utils/localinterfaces.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from warnings import warn
-
-warn("IPython.utils.localinterfaces has moved to jupyter_client.localinterfaces", stacklevel=2)
-
-from jupyter_client.localinterfaces import *