diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-06 17:02:18 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-06 17:02:18 +0000 |
| commit | bc26c8f129dd0b64f067624dea97259a664bbef1 (patch) | |
| tree | f35e72ec180cbde76c9d162c98154e0b86444cbd /python/lassomod.c | |
| parent | 60cffeeeb185ec2b9c70d8018b2cc61f11e2f945 (diff) | |
| download | lasso-bc26c8f129dd0b64f067624dea97259a664bbef1.tar.gz lasso-bc26c8f129dd0b64f067624dea97259a664bbef1.tar.xz lasso-bc26c8f129dd0b64f067624dea97259a664bbef1.zip | |
*** empty log message ***
Diffstat (limited to 'python/lassomod.c')
| -rw-r--r-- | python/lassomod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c index b780b0ec..d3b7d58c 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -64,6 +64,7 @@ static PyMethodDef lasso_methods[] = { {"node_dump", node_dump, METH_VARARGS}, {"node_get_attr_value", node_get_attr_value, METH_VARARGS}, {"node_get_child", node_get_child, METH_VARARGS}, + {"node_get_content", node_get_content, METH_VARARGS}, {"node_unref", node_unref, METH_VARARGS}, {"node_url_encode", node_url_encode, METH_VARARGS}, {"node_soap_envelop", node_soap_envelop, METH_VARARGS}, |
