##// END OF EJS Templates
expose ip as well as _ip
Matthias Bussonnier -
Show More
@@ -122,6 +122,7 b' def start_ipython():'
122 _ip = shell
122 _ip = shell
123 get_ipython = _ip.get_ipython
123 get_ipython = _ip.get_ipython
124 builtin_mod._ip = _ip
124 builtin_mod._ip = _ip
125 builtin_mod.ip = _ip
125 builtin_mod.get_ipython = get_ipython
126 builtin_mod.get_ipython = get_ipython
126
127
127 # Override paging, so we don't require user interaction during the tests.
128 # Override paging, so we don't require user interaction during the tests.
General Comments 0
You need to be logged in to leave comments. Login now