From 06fa8db5cd9b61145b57ea61fe295bdc449bee23 2008-01-13 21:08:57 From: laurent.dufrechou Date: 2008-01-13 21:08:57 Subject: [PATCH] 'magic' command handling --- diff --git a/IPython/gui/wx/ipython_view.py b/IPython/gui/wx/ipython_view.py index bd43416..1ebc5ee 100644 --- a/IPython/gui/wx/ipython_view.py +++ b/IPython/gui/wx/ipython_view.py @@ -104,6 +104,7 @@ class IterableIPShell(Thread): IPython.OInspect.page = self._pager IPython.genutils.page = self._pager IPython.iplib.page = self._pager + IPython.Magic.page = self._pager #we replace the ipython default shell command caller by our shell handler #FIXME: any better solution welcome