##// END OF EJS Templates
Fix %timeit reporting when the time is longer than 1000s....
Fix %timeit reporting when the time is longer than 1000s. Patch by David Warde-Farley https://bugs.launchpad.net/ipython/+bug/409566

File last commit:

r2460:e8303d57
r2582:1cd4f6cf
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')