From fc210ac14ab5f7bf0e20b74e928fd44f316a3623 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Mon, 3 May 2004 14:25:17 +0000 Subject: *** empty log message *** --- python/lasso.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python/lasso.py') diff --git a/python/lasso.py b/python/lasso.py index c8e8ca27..c15d9e4f 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -299,8 +299,8 @@ class FederationTerminationNotification(LibFederationTerminationNotification): class LogoutRequest(LibLogoutRequest): - def __init__(self, providerID, nameIdentifier, - nameQualifier=None, format=None, _obj=None): + def __init__(self, providerID, nameIdentifier, nameQualifier, format, + _obj=None): """ """ if _obj != None: @@ -328,8 +328,8 @@ class LogoutResponse(Node): class NameIdentifierMappingRequest(LibNameIdentifierMappingRequest): - def __init__(self, providerID, nameIdentifier, - nameQualifier=None, format=None, _obj=None): + def __init__(self, providerID, nameIdentifier, nameQualifier, format, + _obj=None): """ """ if _obj != None: -- cgit