##// END OF EJS Templates
Merge pull request #2498 from Carreau/fixes2487...
Merge pull request #2498 from Carreau/fixes2487 Don't catch tab press when something selected allow to indent with 'tab' in some cases.

File last commit:

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