##// END OF EJS Templates
remove module-level logger in zmq.iostream...
remove module-level logger in zmq.iostream This could cause infinite recursion of sys.stderr logging debug messages to sys.stderr.

File last commit:

r3408:261328d5
r4241:e76c58b6
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *