##// END OF EJS Templates
Fix python -m IPython.qt.console...
Thomas Kluyver -
Show More
@@ -1,3 +1,3 b''
1 if __name__ == '__main__':
1 if __name__ == '__main__':
2 from IPython.qt.console import qtconsoleapp as app
2 from IPython.qt.console.qtconsoleapp import main
3 app.launch_new_instance()
3 main()
General Comments 0
You need to be logged in to leave comments. Login now