Browse Source

----------------------------------------------------------------------


			
			main
		
Joshua Boverhof 20 years ago
parent
commit
9fda9bdec8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      c14n.py

+ 1
- 1
c14n.py View File

@@ -36,7 +36,7 @@ else:
if node.nodeType == Node.ELEMENT_NODE: if node.nodeType == Node.ELEMENT_NODE:
if not c14n._inclusive(self): if not c14n._inclusive(self):
self._exclusive = self._inherit_context(node) self._exclusive = self._inherit_context(node)
c14n._implementation.__init__(self, node, write, **kw)
c14n._implementation.__init__(self, node, write, **kw)


def _do_element(self, node, initial_other_attrs = []): def _do_element(self, node, initial_other_attrs = []):
"""Patch for the xml.dom.ext.c14n implemenation _do_element method. """Patch for the xml.dom.ext.c14n implemenation _do_element method.


Loading…
Cancel
Save