[Lxml-checkins] r41651 - lxml/trunk/src/lxml
scoder at codespeak.net
scoder at codespeak.net
Thu Mar 29 21:57:42 CEST 2007
Author: scoder
Date: Thu Mar 29 21:57:41 2007
New Revision: 41651
Modified:
lxml/trunk/src/lxml/etree.pyx
Log:
cleanup
Modified: lxml/trunk/src/lxml/etree.pyx
==============================================================================
--- lxml/trunk/src/lxml/etree.pyx (original)
+++ lxml/trunk/src/lxml/etree.pyx Thu Mar 29 21:57:41 2007
@@ -1386,7 +1386,7 @@
cdef _ElementTree result
result = baseclass()
if context_node is None and doc is not None:
- context_node = doc.getroot()
+ context_node = doc.getroot()
if context_node is None:
result._doc = doc
result._context_node = context_node
More information about the lxml-checkins
mailing list