##// END OF EJS Templates
Finish removing spurious calls to logger and runlines....
Finish removing spurious calls to logger and runlines. Now logging is done only by the shell in run_cell, and most uses of runlines have been replaced by the far cleaner run_cell.

File last commit:

r2460:e8303d57
r3087:0fc28385
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')