diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-03 14:25:17 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-05-03 14:25:17 +0000 |
| commit | fc210ac14ab5f7bf0e20b74e928fd44f316a3623 (patch) | |
| tree | ec0aa2a33a253d941f5f46c380a2c35bd8affb4c /python/lasso.py | |
| parent | 241fd7054772ff526eb8ac6fc53cf26211f39d70 (diff) | |
| download | lasso-fc210ac14ab5f7bf0e20b74e928fd44f316a3623.tar.gz lasso-fc210ac14ab5f7bf0e20b74e928fd44f316a3623.tar.xz lasso-fc210ac14ab5f7bf0e20b74e928fd44f316a3623.zip | |
*** empty log message ***
Diffstat (limited to 'python/lasso.py')
| -rw-r--r-- | python/lasso.py | 8 |
1 files changed, 4 insertions, 4 deletions
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: |
