##// END OF EJS Templates
add ability to check what PRs should be backported in backport_pr...
add ability to check what PRs should be backported in backport_pr just run: python tools/backport_pr.py 1.x to see what PRs are marked for backport, but not yet applied.

File last commit:

r2460:e8303d57
r12424:f37f469b
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')