From: pascale.noyret Date: Fri, 2 Oct 2015 15:59:03 +0000 (+0200) Subject: bug init X-Git-Tag: V_77_PSEN~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=be8ee5aa8f741ffb1fea32aebdc68e3b6073ed0c;p=tools%2Feficas.git bug init --- diff --git a/InterfaceQT4/compooper.py b/InterfaceQT4/compooper.py index 6c916b99..fb3020de 100644 --- a/InterfaceQT4/compooper.py +++ b/InterfaceQT4/compooper.py @@ -31,8 +31,6 @@ import typeNode class Node(browser.JDCNode, typeNode.PopUpMenuNode): - def __init__(self,treeParent, item): - browser.JDCNode.__init__( self, treeParent, item) def select(self): browser.JDCNode.select(self)