##// END OF EJS Templates
Revert "converted multi-context with-statements to nested (2.6 compatibility)"...
Revert "converted multi-context with-statements to nested (2.6 compatibility)" This reverts commit 311acdf45e9d164ac3dd3eb72b913dfc7d7e4314.

File last commit:

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