##// END OF EJS Templates
parallel.apps cleanup per review...
parallel.apps cleanup per review STY: added spaces in string formatting calls STY: expanded helpstring for cluster-id ENH: allow BatchClusterAppMixin to be the second inherited class

File last commit:

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