##// END OF EJS Templates
Improve indentation of next line when using CTRL-o in terminal....
Improve indentation of next line when using CTRL-o in terminal. Closes #9588 Similar to #10264, but with a simpler logic as we never execute.

File last commit:

r14009:6f019b30
r23334:f34f3f1b
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()