remove utils.zmqrelated

and other checks for zmq versions

after the big split, zmq will be a true dependency of the packages
This commit is contained in:
Min RK 2015-04-02 12:51:03 -07:00
parent 855799dc19
commit a03a4e71c7

View File

@ -25,10 +25,6 @@ import threading
import webbrowser
# check for pyzmq
from IPython.utils.zmqrelated import check_for_zmq
check_for_zmq('13', 'IPython.html')
from jinja2 import Environment, FileSystemLoader
# Install the pyzmq ioloop. This has to be done before anything else from