##// END OF EJS Templates
exec_files works when specified in config file...
exec_files works when specified in config file also don't treat IOError (file not found) as an unknown failure. closes gh-566

File last commit:

r2460:e8303d57
r4203:d306e585
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')