##// END OF EJS Templates
forward subprocess IO over zmq on Windows...
forward subprocess IO over zmq on Windows This is required on Windows, because select can only poll sockets, unlike [all] other platforms

File last commit:

r2460:e8303d57
r3771:3e8626a4
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')