##// END OF EJS Templates
First draft of history msg....
First draft of history msg. * Added get_history method of InteractiveShell. * Added history_request/reply msg in ipkernel. I have changed the msg format slightly and changed the docs to reflect that.

File last commit:

r2460:e8303d57
r2794:7425745b
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')