diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-22 10:05:45 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-22 10:05:45 +0000 |
| commit | 09bbab2e9497d5b78bef79278e24a75849c6af8f (patch) | |
| tree | a2352f2ecdb9f267f10475598ae70be160d7598b /python | |
| parent | cee28fab27cd7c38ed4af0d0dc1462056b258d2f (diff) | |
| download | lasso-09bbab2e9497d5b78bef79278e24a75849c6af8f.tar.gz lasso-09bbab2e9497d5b78bef79278e24a75849c6af8f.tar.xz lasso-09bbab2e9497d5b78bef79278e24a75849c6af8f.zip | |
*** empty log message ***
Diffstat (limited to 'python')
| -rw-r--r-- | python/lassomod.c | 4 | ||||
| -rwxr-xr-x | python/setup.py | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/python/lassomod.c b/python/lassomod.c index 99acf9f7..47e66c69 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -57,7 +57,7 @@ #include "environs/py_federation_termination.h" #include "environs/py_login.h" #include "environs/py_logout.h" -/* #include "environs/py_profile_context.h" */ +#include "environs/py_profile_context.h" #include "environs/py_register_name_identifier.h" #include "environs/py_server.h" #include "environs/py_user.h" @@ -201,7 +201,7 @@ static PyMethodDef lasso_methods[] = { {"authentication_statement_new", authentication_statement_new, METH_VARARGS}, /* environs */ -/* {"profile_context_get_request_type_from_soap_msg", profile_context_get_request_type_from_soap_msg, METH_VARARGS}, */ + {"profile_context_get_request_type_from_soap_msg", profile_context_get_request_type_from_soap_msg, METH_VARARGS}, /* py_federation_termination.h */ {"federation_termination_getattr", federation_termination_getattr, METH_VARARGS}, diff --git a/python/setup.py b/python/setup.py index dd3a3798..c4113974 100755 --- a/python/setup.py +++ b/python/setup.py @@ -219,6 +219,7 @@ em = Extension("lassomod", "environs/py_federation_termination.c", "environs/py_login.c", "environs/py_logout.c", + "environs/py_profile_context.c", "environs/py_register_name_identifier.c", "environs/py_server.c", "environs/py_user.c", |
