Import reduce from functools, it isn’t a builtin anymore in python3.
This commit is contained in:
parent
f32e99b748
commit
314b5797f3
|
@ -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}
|
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 Gtk
|
||||||
from gi.repository import Gdk
|
from gi.repository import Gdk
|
||||||
from gi.repository import GObject
|
from gi.repository import GObject
|
||||||
|
|
Loading…
Reference in New Issue