##// END OF EJS Templates
bump pyzmq version dependency to 13...
bump pyzmq version dependency to 13 pyzmq < 13 doesn't work with tornado >= 3, which we also require. This results in clearer error messages when pyzmq is too old.

File last commit:

r10951:31998f30
r20354:4b151608
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *