frappe_docker/frappe-bench/env/lib/python2.7/site-packages/IPython/utils/jsonutil.py
2017-07-31 15:51:51 +05:30

5 lines
134 B
Python

from warnings import warn
warn("IPython.utils.jsonutil has moved to jupyter_client.jsonutil")
from jupyter_client.jsonutil import *