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

r2460:e8303d57
r5148:33cfae80
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')