##// END OF EJS Templates
ConnectionFileMixin is Configurable...
ConnectionFileMixin is Configurable it has `config=True` traits Currently in master `ipython console -h` will fail because of this. It doesn't affect 1.0, I'm not sure why.

File last commit:

r2460:e8303d57
r12353:ba2c0531
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')