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

5 lines
155 B
Python

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