diff --git a/src/ipython_view.py b/src/ipython_view.py index b7f8456c9..12218e1f9 100644 --- a/src/ipython_view.py +++ b/src/ipython_view.py @@ -42,6 +42,8 @@ available under the terms of the BSD which accompanies this distribution, and is available at U{http://www.opensource.org/licenses/bsd-license.php} """ +from functools import reduce + from gi.repository import Gtk from gi.repository import Gdk from gi.repository import GObject