From 314b5797f30f858891bf7e5c75a488818ed9cec5 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 5 Nov 2016 15:31:01 +0000 Subject: [PATCH] =?UTF-8?q?Import=20reduce=20from=20functools,=20it=20isn?= =?UTF-8?q?=E2=80=99t=20a=20builtin=20anymore=20in=20python3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ipython_view.py | 2 ++ 1 file changed, 2 insertions(+) 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