##// 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:

r3408:261328d5
r8654:9b8569ea merge
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *