Date: Sunday, August 16, 2015 @ 18:24:01 Author: arojas Revision: 138420
Add patch Added: sagemath/trunk/ipython-4.patch -----------------+ ipython-4.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) Added: ipython-4.patch =================================================================== --- ipython-4.patch (rev 0) +++ ipython-4.patch 2015-08-16 16:24:01 UTC (rev 138420) @@ -0,0 +1,13 @@ +--- src/sage/repl/interpreter.py.orig 2015-08-16 14:57:55.571128473 +0200 ++++ src/sage/repl/interpreter.py 2015-08-16 14:58:06.647849803 +0200 +@@ -104,8 +104,8 @@ + import sys + from sage.repl.preparse import preparse + +-from IPython import Config +-from IPython.utils.traitlets import Bool, Type ++from traitlets.config.loader import Config ++from traitlets import Bool, Type + + from sage.env import SAGE_LOCAL +
