##// END OF EJS Templates
update capture per review...
update capture per review * capture stores io object, rather than stdout/err text directly * add options to selectively disable capturing stdout/err

File last commit:

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