##// END OF EJS Templates
Changed copy import to be explicit in code
Changed copy import to be explicit in code

File last commit:

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