aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/utils/localinterfaces.py
blob: 2f911222d8d623ebccf295e21fe6fdc428bccdd5 (plain) (blame)
1
2
3
4
5
from warnings import warn

warn("IPython.utils.localinterfaces has moved to jupyter_client.localinterfaces", stacklevel=2)

from jupyter_client.localinterfaces import *