xmlclass/xmlclass.py
changeset 2456 7373e3048167
parent 2450 5024c19ca8f0
child 2551 245644bfcd24
equal deleted inserted replaced
2455:80b225e9a6b6 2456:7373e3048167
    30 import datetime
    30 import datetime
    31 from xml.dom import minidom
    31 from xml.dom import minidom
    32 from xml.sax.saxutils import unescape
    32 from xml.sax.saxutils import unescape
    33 from collections import OrderedDict
    33 from collections import OrderedDict
    34 from builtins import str as text
    34 from builtins import str as text
       
    35 from functools import reduce
    35 
    36 
    36 from six import string_types
    37 from six import string_types
    37 from six.moves import xrange
    38 from six.moves import xrange
    38 from lxml import etree
    39 from lxml import etree
    39 
    40