summaryrefslogtreecommitdiffstats
path: root/python/lasso.py
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-13 16:57:48 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-13 16:57:48 +0000
commit21be1b2799a463357f5cce0d6e73b6f647024ef0 (patch)
treea67e0b30dc7fe3411ef5d4c489b94fcc418145d1 /python/lasso.py
parent2b82bf473c696328b92cd8774e66ce55d3e7dc7c (diff)
downloadlasso-21be1b2799a463357f5cce0d6e73b6f647024ef0.tar.gz
lasso-21be1b2799a463357f5cce0d6e73b6f647024ef0.tar.xz
lasso-21be1b2799a463357f5cce0d6e73b6f647024ef0.zip
*** empty log message ***
Diffstat (limited to 'python/lasso.py')
-rw-r--r--python/lasso.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/lasso.py b/python/lasso.py
index 7de514c2..58dcc00f 100644
--- a/python/lasso.py
+++ b/python/lasso.py
@@ -37,6 +37,7 @@ class Error(Exception):
def init():
"""
+ Init Lasso Library
"""
return lassomod.init()
@@ -263,6 +264,7 @@ class LibNameIdentifierMappingRequest(Node):
def set_consent(self, consent):
lassomod.lib_name_identifier_mapping_request_set_consent(self, consent)
+
class LibNameIdentifierMappingResponse(Node):
def __init__(self, _obj = None):
"""
@@ -397,6 +399,7 @@ class FederationTerminationNotification(LibFederationTerminationNotification):
return FederationTerminationNotification(obj)
new_from_query = classmethod(new_from_query)
+
class LogoutRequest(LibLogoutRequest):
def __init__(self, _obj):
"""