##// 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:

r13347:54891794
r20354:4b151608
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *