aboutsummaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorvidon2005-10-05 17:29:18 +0000
committervidon2005-10-05 17:29:18 +0000
commitd88b3c8c5214e069266f925553beb777e265887e (patch)
tree3c1557ae218e7038fb0ae340f84c85966d8b6ae6 /Python
parentf90793c371d8b6c475905ff9c68ce32019e8a967 (diff)
downloadtkzinc-d88b3c8c5214e069266f925553beb777e265887e.zip
tkzinc-d88b3c8c5214e069266f925553beb777e265887e.tar.gz
tkzinc-d88b3c8c5214e069266f925553beb777e265887e.tar.bz2
tkzinc-d88b3c8c5214e069266f925553beb777e265887e.tar.xz
Correction Bogue #45 (Thx D. Pavet)
Diffstat (limited to 'Python')
-rw-r--r--Python/library/Zinc.py.in2
1 files changed, 1 insertions, 1 deletions
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 ):