##// END OF EJS Templates
Merge Pull Request #3801...
Merge Pull Request #3801 Autocompletion: ordering of completions for magic commands and variables with same name closes #3723 closes #3801

File last commit:

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