From: ctn Date: Thu, 29 Jan 2015 10:10:48 +0000 (+0100) Subject: correction indentation X-Git-Tag: V7_5_1rc2^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a52ce41dd0dde2d5278a8cc492ca60556533c2e0;p=tools%2Feficas.git correction indentation --- diff --git a/InterfaceQT4/monUniqueSDCOIntoPanel.py b/InterfaceQT4/monUniqueSDCOIntoPanel.py index 1f8f9671..edad49d7 100644 --- a/InterfaceQT4/monUniqueSDCOIntoPanel.py +++ b/InterfaceQT4/monUniqueSDCOIntoPanel.py @@ -42,7 +42,7 @@ class MonUniqueSDCOIntoPanel(Ui_DUnSDCOInto,QTPanel,SaisieSDCO, QDialog): #print "MonUniqueSDCOIntoPanel" QTPanel.__init__(self,node,parent) #DUnSDCOInto.__init__(self,parent,name,fl) - QDialog.__init__(self,parent) + QDialog.__init__(self,parent) if hasattr(parent,"leLayout"): parent.leLayout.removeWidget(parent.leLayout.widgetActive) parent.leLayout.widgetActive.close()