From: Pascale Noyret Date: Fri, 1 Dec 2006 10:06:03 +0000 (+0000) Subject: PN ajout du coding pour compatibilité avec efica v1_11 qui redefinit le X-Git-Tag: V3_2_3_pre1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b4d72b0bab1045ddde68b349db3a1486417c03aa;p=modules%2Feficas.git PN ajout du coding pour compatibilité avec efica v1_11 qui redefinit le warning en bloqiant ( dans Aster) enleve des prints de debug --- diff --git a/src/EFICASGUI/EFICASGUI.py b/src/EFICASGUI/EFICASGUI.py index 627b79eb..1419a017 100644 --- a/src/EFICASGUI/EFICASGUI.py +++ b/src/EFICASGUI/EFICASGUI.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + """ Interface PyQt """ @@ -106,14 +108,11 @@ def activeStudyChanged(ID): # ne marche pas car sg est supposé résider dans une etude # studyId=sg.getActiveStudyId() currentStudyId=ID - print "_CS_GBO_ : EFICASGUI.activeStudyChanged : currentStudyId = ", currentStudyId - print "_CS_GBO_ : EFICASGUI.activeStudyChanged : sgPyQt.getStudyId() = ", sgPyQt.getStudyId() studyManager.palStudy.setCurrentStudyID( currentStudyId ) #CS_pbruno def definePopup(theContext, theObject, theParent): - print "EFICASGUI --- definePopup" theContext= "" theObject = "100" theParent = "ObjectBrowser"