From 47871da2163c016272749887e422d70829cdc752 Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Mon, 19 Apr 2004 10:16:44 +0000 Subject: add add_assertion method for Response object --- python/lassomod.c | 1 + 1 file changed, 1 insertion(+) (limited to 'python/lassomod.c') diff --git a/python/lassomod.c b/python/lassomod.c index 5e0ad680..96fb2a8c 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -68,6 +68,7 @@ static PyMethodDef lasso_methods[] = { {"response_create", response_create, METH_VARARGS}, {"response_getattr", response_getattr, METH_VARARGS}, {"response_init", response_init, METH_VARARGS}, + {"response_add_assertion", response_add_assertion, METH_VARARGS}, {NULL, NULL} /* End of Methods Sentinel */ }; -- cgit