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

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