##// END OF EJS Templates
Add option to get_history to determine whether to retrieve the current session or the entire history. Qt console on startup requests entire history.
Add option to get_history to determine whether to retrieve the current session or the entire history. Qt console on startup requests entire history.

File last commit:

r2460:e8303d57
r3387:2a3e2bd1
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')