##// END OF EJS Templates
Missing return...
Missing return Thanks to @jdfreder for catching this in review!

File last commit:

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