aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/IPython/utils/jsonutil.py
blob: c3ee93859e300353bb1ddfeb3ea7b9680cb4ceb1 (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 *