##// END OF EJS Templates
* ConsoleWidget now has better support for non-GUI tab completion. Multiple matches are formatted into columns....
* ConsoleWidget now has better support for non-GUI tab completion. Multiple matches are formatted into columns. * Tab width can now be set at runtime rather than only during initialization. * Added external module columnize.py

File last commit:

r2460:e8303d57
r2723:226529a9
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')