##// END OF EJS Templates
Merge pull request #2805 from minrk/fixnb...
Merge pull request #2805 from minrk/fixnb fix KeyError creating ZMQStreams in notebook typo in PR #2775 prevented websocket connections from ever being established

File last commit:

r4053:b45902e3
r9159:5393e819 merge
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *