From b4d72b0bab1045ddde68b349db3a1486417c03aa Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Fri, 1 Dec 2006 10:06:03 +0000 Subject: [PATCH] =?utf8?q?PN=20ajout=20du=20coding=20pour=20compatibilit?= =?utf8?q?=C3=A9=20avec=20efica=20v1=5F11=20qui=20redefinit=20le=20warning?= =?utf8?q?=20en=20bloqiant=20(=20dans=20Aster)=20=20=20=20enleve=20des=20p?= =?utf8?q?rints=20de=20debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/EFICASGUI/EFICASGUI.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" -- 2.39.2