From bc26c8f129dd0b64f067624dea97259a664bbef1 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Thu, 6 May 2004 17:02:18 +0000 Subject: *** empty log message *** --- python/lasso.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/lasso.py') diff --git a/python/lasso.py b/python/lasso.py index bf498859..eea0a596 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -72,6 +72,9 @@ class Node: def get_child(self, name): return Node(_obj=lassomod.node_get_child(self, name)) + def get_content(self): + return lassomod.node_get_content(self) + def url_encode(self, sign_method, private_key_file): return lassomod.node_url_encode(self, sign_method, private_key_file) -- cgit