##// END OF EJS Templates
add note about specifying IP for external engines in parallel_process doc...
add note about specifying IP for external engines in parallel_process doc * also cleanup parallel_details, which still has several unwritten sections * and rebuild outdated exception output in multiengine doc

File last commit:

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