##// END OF EJS Templates
merge all from 0.7.3 branch to trunk
merge all from 0.7.3 branch to trunk

File last commit:

r310:85f75cac
r503:b114b8cd
Show More
irunner
9 lines | 179 B | text/plain | TextLexer
#!/usr/bin/env python
"""Thin wrapper around the IPython irunner module.
Run with --help for details, or see the irunner source."""
from IPython import irunner
irunner.main()