##// END OF EJS Templates
Updating imports.
Brian E. Granger -
Show More
@@ -27,7 +27,7 b' from IPython.kernel.zmq.session import Session'
27 from IPython.utils.jsonutil import date_default
27 from IPython.utils.jsonutil import date_default
28 from IPython.utils.py3compat import PY3
28 from IPython.utils.py3compat import PY3
29
29
30 from ..base.handlers import IPythonHandler
30 from .handlers import IPythonHandler
31
31
32 #-----------------------------------------------------------------------------
32 #-----------------------------------------------------------------------------
33 # ZMQ handlers
33 # ZMQ handlers
General Comments 0
You need to be logged in to leave comments. Login now