summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-11-14 20:40:43 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-11-14 20:40:43 +0000
commite4f67df60a8ca55cbd6bbed20f3207109517f1c4 (patch)
treef281c0ba5563b8043e98e935ccf0ee789f6415c5 /python
parent725fb1e8dab4aa0f9ed1205453955cbc94071505 (diff)
downloadlibxslt-e4f67df60a8ca55cbd6bbed20f3207109517f1c4.tar.gz
libxslt-e4f67df60a8ca55cbd6bbed20f3207109517f1c4.tar.bz2
libxslt-e4f67df60a8ca55cbd6bbed20f3207109517f1c4.zip
xpathObjectRet() pertains to the libxml2 module, add the namespace. Daniel
* python/generator.py: xpathObjectRet() pertains to the libxml2 module, add the namespace. Daniel
Diffstat (limited to 'python')
-rwxr-xr-xpython/generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/generator.py b/python/generator.py
index 0ea7ae6d..67299bac 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -545,7 +545,7 @@ classes_type = {
}
converter_type = {
- "xmlXPathObjectPtr": "xpathObjectRet(%s)",
+ "xmlXPathObjectPtr": "libxml2.xpathObjectRet(%s)",
}
primary_classes = ["xpathParserContext", "xpathContext", "transformCtxt", "stylesheet"]