diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-13 00:19:21 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-13 00:19:21 +0000 |
| commit | 0d240f6c5c1a8cf8657400807bae545186a7efe0 (patch) | |
| tree | 3b958cb33b6f034372d3ab087f4785652ff9eef4 /python/lasso.py | |
| parent | 07002aa3c5f58583ad917f66e35cb0353b9c7cde (diff) | |
| download | lasso-0d240f6c5c1a8cf8657400807bae545186a7efe0.tar.gz lasso-0d240f6c5c1a8cf8657400807bae545186a7efe0.tar.xz lasso-0d240f6c5c1a8cf8657400807bae545186a7efe0.zip | |
*** empty log message ***
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 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 |
