aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/utils/localinterfaces.py
blob: 716d0918ed7d5144537bc30963a8117ebfbdcda1 (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 *