##// END OF EJS Templates
Merge pull request #3965 from andreabedini/patch-1...
r12096:ad683da4 merge
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *