##// END OF EJS Templates
allow multi-level Config parentage...
allow multi-level Config parentage now Foo.Bar.Baz can affect a Baz whose parent is Bar whose parent is Foo. More specificity = higher priority, so Foo.Bar.Baz > Bar.Baz > Baz.

File last commit:

r2058:7e8fc59a
r11069:5f65cd64
Show More
irunner
9 lines | 183 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.lib import irunner
irunner.main()