##// END OF EJS Templates
Merge PR #795 (cluster-id and launcher cleanup)...
Merge PR #795 (cluster-id and launcher cleanup) closes gh-795

File last commit:

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