##// END OF EJS Templates
Small cleanups and documentation to testing support code....
Small cleanups and documentation to testing support code. Closes #324: I checked and by now all the tools in our testing/ directory are really used, over the last few months we cleaned up most of what wasn't used.

File last commit:

r2460:e8303d57
r5529:a1b74bc4
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')