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

r16418:b55d2748
r18119:8da95fea
Show More
__init__.py
7 lines | 151 B | text/x-python | PythonLexer
from .base import PostProcessorBase
# protect against unavailable tornado
try:
from .serve import ServePostProcessor
except ImportError:
pass