Skip to content

Commit 36aeaa6

Browse files
authored
reduce() is no longer a builtin in Python 3
1 parent 52a1b3b commit 36aeaa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

photo/WbPhotos.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# https://forum.omz-software.com/topic/3144/list-of-photo-albums-with-properties
66

7+
from functools import reduce
78
from objc_util import ObjCClass, ObjCInstance
89
from sys import maxint
910

0 commit comments

Comments
 (0)