From d3594e19a72b29ef6e0f68b539c5499169c80953 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Wed, 2 Jun 2004 13:20:13 +0000 Subject: Changed default format value to 0 instead of 1 in dump() method of class Node --- python/lasso.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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. -- cgit