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

r3408:261328d5
r6073:789f2541
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *