##// END OF EJS Templates
Merge pull request #2852 from minrk/pyzmq_compat...
Merge pull request #2852 from minrk/pyzmq_compat future pyzmq compatibility update base pyzmq version to 2.1.11 removes MockSocket to avoid compatibility issues with various versions of Python+PyZMQ in test_session.

File last commit:

r2058:7e8fc59a
r9345:df348520 merge
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()