[Lxml-checkins] r48322 - lxml/trunk/src/lxml
scoder at codespeak.net
scoder at codespeak.net
Mon Nov 5 17:34:19 CET 2007
Author: scoder
Date: Mon Nov 5 17:34:19 2007
New Revision: 48322
Modified:
lxml/trunk/src/lxml/lxml.etree.pyx
Log:
cleanup
Modified: lxml/trunk/src/lxml/lxml.etree.pyx
==============================================================================
--- lxml/trunk/src/lxml/lxml.etree.pyx (original)
+++ lxml/trunk/src/lxml/lxml.etree.pyx Mon Nov 5 17:34:19 2007
@@ -69,6 +69,7 @@
_C_FILENAME_ENCODING = _cstr(_FILENAME_ENCODING)
# set up some default namespace prefixes
+cdef object _DEFAULT_NAMESPACE_PREFIXES
_DEFAULT_NAMESPACE_PREFIXES = {
"http://www.w3.org/1999/xhtml": "html",
"http://www.w3.org/1999/02/22-rdf-syntax-ns#": "rdf",
More information about the lxml-checkins
mailing list