##// END OF EJS Templates
adjust strip_prompts logic a bit further...
adjust strip_prompts logic a bit further - initial-only prompt is only stripped from the first line (only change from master) - any prompt is stripped from the second line - if a prompt is found in the first two lines, strip from the rest of the block

File last commit:

r2460:e8303d57
r12309:01ea6c6b
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')