diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-15 16:26:04 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-15 16:26:04 +0000 |
| commit | a7987f374fc195d0355f45054872a5589d9483ad (patch) | |
| tree | e8458831bd937676e56f4676aeb195568a95e232 /python/lasso.py | |
| parent | 83b36c2a0532661699345a49ed4ba15ebef2adad (diff) | |
| download | lasso-a7987f374fc195d0355f45054872a5589d9483ad.tar.gz lasso-a7987f374fc195d0355f45054872a5589d9483ad.tar.xz lasso-a7987f374fc195d0355f45054872a5589d9483ad.zip | |
*** empty log message ***
Diffstat (limited to 'python/lasso.py')
| -rw-r--r-- | python/lasso.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lasso.py b/python/lasso.py index a276ef12..dd41d7c5 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -179,7 +179,7 @@ class Node: #self._o = lassomod.(size) if self._o is None: raise Error('lasso_node_new() failed') def dump(self, encoding, format): - lassomod.node_dump(self, encoding, format) + return lassomod.node_dump(self, encoding, format) def destroy(self): lassomod.node_unref(self) def get_attr_value(self, name): |
