##// END OF EJS Templates
cut if history range asked is bigger than history length...
cut if history range asked is bigger than history length when calling a magic with a range (eg %save filename 1-500) and an history smaller than 500 IPython.core.HistoryManager/_get_range_session would crash

File last commit:

r2460:e8303d57
r4844:8543f0a1
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')