summaryrefslogtreecommitdiffstats
path: root/python/lasso.py
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-07-30 20:35:07 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-07-30 20:35:07 +0000
commit201afd98e355dee1aece1ff8883d78c006d071ea (patch)
treeba68e0209d403ab43988650f2959eba97b10e2ff /python/lasso.py
parent89a351e8b93bd426b13e5033a3b61ba22ea02729 (diff)
downloadlasso-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.py4
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