##// END OF EJS Templates
fix and add shim for change introduce by #4195...
fix and add shim for change introduce by #4195 comm merging renamed object_info_request to object_info

File last commit:

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