From 21be1b2799a463357f5cce0d6e73b6f647024ef0 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Thu, 13 May 2004 16:57:48 +0000 Subject: *** empty log message *** --- python/lasso.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/lasso.py') 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): """ -- cgit