Skip to content

Commit

Permalink
Fix inprocess_qtconsole example
Browse files Browse the repository at this point in the history
  • Loading branch information
mspacek committed Feb 4, 2013
1 parent 918365c commit f558f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/frontend/inprocess_qtconsole.py
Expand Up @@ -5,7 +5,7 @@
kernel, both directly and via the frontend widget. kernel, both directly and via the frontend widget.
""" """


from IPython.inprocess.ipkernel import InProcessKernel from IPython.kernel.inprocess.ipkernel import InProcessKernel
from IPython.frontend.qt.console.rich_ipython_widget import RichIPythonWidget from IPython.frontend.qt.console.rich_ipython_widget import RichIPythonWidget
from IPython.frontend.qt.inprocess_kernelmanager import QtInProcessKernelManager from IPython.frontend.qt.inprocess_kernelmanager import QtInProcessKernelManager
from IPython.lib import guisupport from IPython.lib import guisupport
Expand Down

0 comments on commit f558f03

Please sign in to comment.