##// END OF EJS Templates
Add failing test for issue gh-6282
Add failing test for issue gh-6282

File last commit:

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