##// END OF EJS Templates
use Popen command list for ipexec...
use Popen command list for ipexec rather than constructing a string, which is weird and gross and fragile replaces #3666

File last commit:

r2460:e8303d57
r11475:3541252e
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')