##// END OF EJS Templates
Merge pull request #7706 from minrk/thread-comm...
Merge pull request #7706 from minrk/thread-comm make Comm publishing threadsafe

File last commit:

r20355:1eded451
r20422:14986e78 merge
Show More
__main__.py
3 lines | 91 B | text/x-python | PythonLexer
MinRK
add `python -m` entry points for everything
r14009 if __name__ == '__main__':
Thomas Kluyver
Fix python -m IPython.qt.console...
r20355 from IPython.qt.console.qtconsoleapp import main
main()