#!/usr/local/bin/python2.3 """Thin wrapper around the IPython irunner module. Run with --help for details, or see the irunner source.""" from IPython import irunner irunner.main()