##// END OF EJS Templates
remove calls to meaningless ZMQStream.on_err...
remove calls to meaningless ZMQStream.on_err The event meant to trigger this callback can never be called, and the method will be deprecated and eventually removed from PyZMQ.

File last commit:

r4053:b45902e3
r6073:789f2541
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *