]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
PN ajout du coding pour compatibilité avec efica v1_11 qui redefinit le
authorPascale Noyret <pascale.noyret@edf.fr>
Fri, 1 Dec 2006 10:06:03 +0000 (10:06 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Fri, 1 Dec 2006 10:06:03 +0000 (10:06 +0000)
warning en bloqiant ( dans Aster)
   enleve des prints de debug

src/EFICASGUI/EFICASGUI.py

index 627b79ebc330af305682c2894c96eb889a569a36..1419a0179ccc110624bc3653c533696c73d40dd4 100644 (file)
@@ -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"