##// END OF EJS Templates
Backport bug fix that was in custom serialization PR (7757)
Backport bug fix that was in custom serialization PR (7757)

File last commit:

r13347:54891794
r21474:d839898c
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *