summaryrefslogtreecommitdiffstats
path: root/python/lasso.py
diff options
context:
space:
mode:
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 ec8a10de..495c05dd 100644
--- a/python/lasso.py
+++ b/python/lasso.py
@@ -832,6 +832,9 @@ class Server:
def dump(self):
return lassomod.server_dump(self)
+ def destroy(self):
+ lassomod.server_destroy(self)
+
class Login:
"""\brief Short desc