summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-06-02 13:20:13 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-06-02 13:20:13 +0000
commitd3594e19a72b29ef6e0f68b539c5499169c80953 (patch)
treefb4e8432d34cb073af513ab1474ea4a48f2878c8 /python
parenta61facedc163828d921eee059e24db6679d5dba9 (diff)
downloadlasso-d3594e19a72b29ef6e0f68b539c5499169c80953.tar.gz
lasso-d3594e19a72b29ef6e0f68b539c5499169c80953.tar.xz
lasso-d3594e19a72b29ef6e0f68b539c5499169c80953.zip
Changed default format value to 0 instead of 1 in dump() method of class Node
Diffstat (limited to 'python')
-rw-r--r--python/lasso.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lasso.py b/python/lasso.py
index 1a5eca98..f388e2b5 100644
--- a/python/lasso.py
+++ b/python/lasso.py
@@ -71,7 +71,7 @@ class Node:
"""
lassomod.node_destroy(self)
- def dump(self, encoding="utf8", format=1):
+ def dump(self, encoding="utf8", format=0):
"""
Dumps the node. All datas in object are dumped in an XML format.