From: ctn Date: Thu, 29 Jan 2015 10:10:48 +0000 (+0100) Subject: correction indentation X-Git-Tag: V7_5_1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8e11ae04db987ed3cb909c424713c98a2c7b5676;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()