aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/IPython/utils/jsonutil.py
blob: 4bb400ca1eb890464e51ece7fc9335e416673f52 (plain) (blame)
1
2
3
4
5
from warnings import warn 
 
warn("IPython.utils.jsonutil has moved to jupyter_client.jsonutil") 
 
from jupyter_client.jsonutil import *