Changeset 2934
- Timestamp:
- 01/13/08 15:08:57 (11 months ago)
- Files:
-
- ipython/trunk/IPython/gui/wx/ipython_view.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ipython/trunk/IPython/gui/wx/ipython_view.py
r2923 r2934 105 105 IPython.genutils.page = self._pager 106 106 IPython.iplib.page = self._pager 107 IPython.Magic.page = self._pager 107 108 108 109 #we replace the ipython default shell command caller by our shell handler
