summaryrefslogtreecommitdiff
path: root/src/lxml/objectify.pyx
diff options
context:
space:
mode:
authorscoder <none@none>2007-08-31 19:56:06 +0200
committerscoder <none@none>2007-08-31 19:56:06 +0200
commit98959ae55621bd5490daa55ea906dcb01a2c5613 (patch)
tree2f4a3d917dcc69b0538c3e3c12a9a3b85bdb4151 /src/lxml/objectify.pyx
parente520ffb2259fcd5f7532080e52d45de28c88ca79 (diff)
downloadpython-lxml-98959ae55621bd5490daa55ea906dcb01a2c5613.tar.gz
[svn r2805] fix
--HG-- branch : trunk
Diffstat (limited to 'src/lxml/objectify.pyx')
-rw-r--r--src/lxml/objectify.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxml/objectify.pyx b/src/lxml/objectify.pyx
index 8b023ae2..1a8c2673 100644
--- a/src/lxml/objectify.pyx
+++ b/src/lxml/objectify.pyx
@@ -1107,7 +1107,7 @@ cdef class _ObjectifyElementMakerCaller:
elementMaker = <_ObjectifyElementMakerCaller>child
if elementMaker._element_factory is None:
cetree.makeSubElement(element, elementMaker._tag,
- None, None, None)
+ None, None, None, None)
else:
childElement = elementMaker._element_factory(
elementMaker._tag)