[Lxml-checkins] r43416 - lxml/trunk/src/lxml
scoder at codespeak.net
scoder at codespeak.net
Tue May 15 18:37:46 CEST 2007
Author: scoder
Date: Tue May 15 18:37:45 2007
New Revision: 43416
Modified:
lxml/trunk/src/lxml/objectify.pyx
Log:
typo
Modified: lxml/trunk/src/lxml/objectify.pyx
==============================================================================
--- lxml/trunk/src/lxml/objectify.pyx (original)
+++ lxml/trunk/src/lxml/objectify.pyx Tue May 15 18:37:45 2007
@@ -1768,7 +1768,7 @@
name = _xsi
for p, ns in nsmap.items():
if ns == XML_SCHEMA_NS:
- if p is not None and P:
+ if p is not None and p:
_xsi = prefix + ':' + _xsi
break
else:
More information about the lxml-checkins
mailing list