diff options
author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-07-30 20:35:07 +0000 |
---|---|---|
committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-07-30 20:35:07 +0000 |
commit | 201afd98e355dee1aece1ff8883d78c006d071ea (patch) | |
tree | ba68e0209d403ab43988650f2959eba97b10e2ff /python/lasso.py | |
parent | 89a351e8b93bd426b13e5033a3b61ba22ea02729 (diff) | |
download | lasso-201afd98e355dee1aece1ff8883d78c006d071ea.tar.gz lasso-201afd98e355dee1aece1ff8883d78c006d071ea.tar.xz lasso-201afd98e355dee1aece1ff8883d78c006d071ea.zip |
Removed last profile_context or profileContext.
Diffstat (limited to 'python/lasso.py')
-rw-r--r-- | python/lasso.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/lasso.py b/python/lasso.py index c6653b17..77bf4fc2 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -855,7 +855,7 @@ class Session: def remove_assertion(self, remote_providerID): lassomod.session_remove_assertion(self, remote_providerID) -## ProfileContext +## Profile # Request types requestTypeLogin = 1 requestTypeLogout = 2 @@ -864,7 +864,7 @@ requestTypeRegisterNameIdentifier = 4 requestTypeNameIdentifierMapping = 5 def get_request_type_from_soap_msg(soap_buffer): - return lassomod.profile_context_get_request_type_from_soap_msg(soap_buffer); + return lassomod.profile_get_request_type_from_soap_msg(soap_buffer); class Profile: """\brief Short desc |