##// END OF EJS Templates
Moving find_exe -> platutils.find_cmd and making is cross platform....
Moving find_exe -> platutils.find_cmd and making is cross platform. The find_cmd function used to be in ipcluster.py to find executables on win32. We need this on all platforms and now we have it!

File last commit:

r310:85f75cac
r1975:b9f52eba
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()