##// END OF EJS Templates
Small updates to Debian man pages for 0.10....
Small updates to Debian man pages for 0.10. Mostly fixes to ipcluster's man page, since ipcluster changed a bit for 0.10. Other small updates to make them accurate for 0.10.

File last commit:

r310:85f75cac
r2099:9d979be0
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()