##// END OF EJS Templates
stop using deprecated DelayedCallback...
stop using deprecated DelayedCallback in favor of simpler IOLoop.add_timeout It was added in pyzmq, but deprecated in pyzmq-13.

File last commit:

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