xmlclass/xmlclass.py
changeset 2456 7373e3048167
parent 2450 5024c19ca8f0
child 2551 245644bfcd24
--- a/xmlclass/xmlclass.py	Fri Oct 12 11:50:40 2018 +0300
+++ b/xmlclass/xmlclass.py	Fri Oct 12 12:06:45 2018 +0300
@@ -32,6 +32,7 @@
 from xml.sax.saxutils import unescape
 from collections import OrderedDict
 from builtins import str as text
+from functools import reduce
 
 from six import string_types
 from six.moves import xrange