Skip to content

Commit

Permalink
Merge pull request ipython#7695 from takluyver/dash-m-qtconsole
Browse files Browse the repository at this point in the history
Fix python -m IPython.qt.console
  • Loading branch information
Carreau committed Feb 5, 2015
2 parents 88c7f45 + 1eded45 commit 8f8a562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPython/qt/console/__main__.py
@@ -1,3 +1,3 @@
if __name__ == '__main__':
from IPython.qt.console import qtconsoleapp as app
app.launch_new_instance()
from IPython.qt.console.qtconsoleapp import main
main()

0 comments on commit 8f8a562

Please sign in to comment.