diff options
Diffstat (limited to 'python/lasso.py')
| -rw-r--r-- | python/lasso.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/lasso.py b/python/lasso.py index 359f1a49..664a345d 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -1003,6 +1003,9 @@ class Logout: def build_response_msg(self): return lassomod.logout_build_response_msg(self) + def destroy(self): + pass + def init_request(self, remote_providerID): return lassomod.logout_init_request(self, remote_providerID); |
