# HG changeset patch
# User Mike Hansen <mhansen@gmail.com>
# Date 1216155586 18000
# Node ID 1d7e044be2530e61d466bc8ae32e433c2b30109d
# Parent cecd453c79d3f027db5aa05d7858f19c795e10d3
Make the _ip variable explicit to work with IPython 0.8.4
diff -r cecd453c79d3 -r 1d7e044be253 sage/misc/interpreter.py
|
a
|
b
|
|
| 96 | 96 | # |
| 97 | 97 | # http://www.gnu.org/licenses/ |
| 98 | 98 | #***************************************************************************** |
| | 99 | import IPython.ipapi |
| | 100 | _ip = IPython.ipapi.get() |
| 99 | 101 | |
| 100 | 102 | __author__ = 'William Stein <wstein@gmail.com> et al.' |
| 101 | 103 | __license__ = 'GPL' |