summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiveditha Rau <niveditha.rau@oracle.com>2020-10-29 13:36:40 -0700
committerEmmanuele Bassi <ebassi@gnome.org>2020-11-30 17:14:39 +0000
commit2141978f4949aa886043521de9c771fba360ba33 (patch)
tree03c18d33256f9ef79d9c8ee6a62f68c5cf120ca4
parentd87fd900cca0488de1b62bd7c3191dc110b323b8 (diff)
downloadgtk-doc-2141978f4949aa886043521de9c771fba360ba33.tar.gz
Fix for NameError: name 'reduce' is not defined
-rwxr-xr-xgtkdoc-depscan.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtkdoc-depscan.in b/gtkdoc-depscan.in
index 9bfaf30..a41d0a6 100755
--- a/gtkdoc-depscan.in
+++ b/gtkdoc-depscan.in
@@ -4,6 +4,7 @@ from __future__ import print_function
import gzip, os.path, re
+from functools import reduce
from os import environ, popen, walk
from optparse import OptionParser
from sys import stderr