move check_for_zmq to utils.zmqrelated

MinRK 13 years ago
parent 7ad15715a0
commit cd0d29206f

@ -33,8 +33,8 @@ import webbrowser
# Third party
# check for pyzmq 2.1.11 (this is actually redundant)
from IPython.kernel.zmq import check_for_zmq
# check for pyzmq 2.1.11
from IPython.utils.zmqrelated import check_for_zmq
check_for_zmq('2.1.11', 'IPython.frontend.html.notebook')
import zmq

Loading…
Cancel
Save