From d88b3c8c5214e069266f925553beb777e265887e Mon Sep 17 00:00:00 2001 From: vidon Date: Wed, 5 Oct 2005 17:29:18 +0000 Subject: Correction Bogue #45 (Thx D. Pavet) --- Python/library/Zinc.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python') diff --git a/Python/library/Zinc.py.in b/Python/library/Zinc.py.in index de5507a..b13b5d4 100644 --- a/Python/library/Zinc.py.in +++ b/Python/library/Zinc.py.in @@ -1097,7 +1097,7 @@ class Group( ZincItem ): if self.id == 1: return self.zinc.items[1] else: - ZincItem.getGroup( self ) + return ZincItem.getGroup( self ) #TODO: Extension. Renvoie les références aux ZincItems contenus dans le Groupe def getNode( self ): -- cgit v1.1