##// END OF EJS Templates
Make all_completions use new completion code...
Make all_completions use new completion code This fixes a bug affecting emacs users introduced by 7.2. Fixes https://github.com/ipython/ipython/issues/11541

File last commit:

r14009:6f019b30
r24918:3b7e5ccf
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
MinRK
add `python -m` entry points for everything
r14009 if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()