~ellisonbg/ipython/bugfixes0411409

« back to all changes in this revision

Viewing changes to scripts/irunner

  • Committer: ville
  • Date: 2008-02-16 09:50:47 UTC
  • mto: (0.12.1 ipython_main)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: ville@ville-pc-20080216095047-500x6dluki1iz40o
initialization (no svn history)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
 
 
3
"""Thin wrapper around the IPython irunner module.
 
4
 
 
5
Run with --help for details, or see the irunner source."""
 
6
 
 
7
from IPython import irunner
 
8
 
 
9
irunner.main()