From 12d4132e89409b8154b67c81933ac54f0f862e03 Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Tue, 3 Aug 2004 17:35:03 +0000 Subject: *** empty log message *** --- python/lassomod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/lassomod.c') diff --git a/python/lassomod.c b/python/lassomod.c index 5186b7e4..7a29481e 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -100,8 +100,8 @@ static PyMethodDef lasso_methods[] = { {"lib_authn_request_set_relayState", lib_authn_request_set_relayState, METH_VARARGS}, /* py_lib_authn_response.h */ - {"lib_authn_response_new", lib_authn_response_new, METH_VARARGS}, - {"lib_authn_response_add_assertion", lib_authn_response_add_assertion, METH_VARARGS}, +/* {"lib_authn_response_new", lib_authn_response_new, METH_VARARGS}, */ +/* {"lib_authn_response_add_assertion", lib_authn_response_add_assertion, METH_VARARGS}, */ /* py_lib_federation_termination_notification.h */ {"lib_federation_termination_notification_new", lib_federation_termination_notification_new, METH_VARARGS}, -- cgit