[Lxml-checkins] r44175 - lxml/branch/lxml-1.3/src/lxml

scoder at codespeak.net scoder at codespeak.net
Tue Jun 12 18:17:53 CEST 2007


Author: scoder
Date: Tue Jun 12 18:17:53 2007
New Revision: 44175

Modified:
   lxml/branch/lxml-1.3/src/lxml/etree.pyx
Log:
cleanup

Modified: lxml/branch/lxml-1.3/src/lxml/etree.pyx
==============================================================================
--- lxml/branch/lxml-1.3/src/lxml/etree.pyx	(original)
+++ lxml/branch/lxml-1.3/src/lxml/etree.pyx	Tue Jun 12 18:17:53 2007
@@ -1381,7 +1381,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