Changeset 2934

Show
Ignore:
Timestamp:
01/13/08 15:08:57 (11 months ago)
Author:
laurent.dufrechou
Message:

'magic' command handling

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ipython/trunk/IPython/gui/wx/ipython_view.py

    r2923 r2934  
    105105        IPython.genutils.page = self._pager 
    106106        IPython.iplib.page = self._pager 
     107        IPython.Magic.page = self._pager 
    107108         
    108109        #we replace the ipython default shell command caller by our shell handler