##// END OF EJS Templates
Removing some code that seem not to be usefull anymore...
Removing some code that seem not to be usefull anymore if having problem with Tab Completion try to revese this commit

File last commit:

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