##// END OF EJS Templates
Backport PR #4056: respect `pylab_import_all` when `--pylab` specified at the command-line...
Backport PR #4056: respect `pylab_import_all` when `--pylab` specified at the command-line Earlier cleanup cleaned up a bit too much, ignoring this configurable. should be backported to 1.x

File last commit:

r2460:e8303d57
r12277:d78ec25a
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')