##// END OF EJS Templates
add 4-space soft-tabs to qtconsole...
add 4-space soft-tabs to qtconsole pressing tab inserts four spaces, so there should never be any '\t' characters inserted by typing. closes gh-900 closes gh-513

File last commit:

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