##// END OF EJS Templates
Merge pull request #3356 from fperez/mpr-fixes...
Merge pull request #3356 from fperez/mpr-fixes git-mpr fixes Create a branch for the merge, so it's easier to do local testing without having to constantly revert out of master.

File last commit:

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