From: Pascale Noyret Date: Fri, 7 May 2010 12:37:15 +0000 (+0000) Subject: correction Aster 14846 X-Git-Tag: V5_1_4~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=69bcb6b03f4286de0a7168be1b3f7e325e2762a1;p=modules%2Feficas.git correction Aster 14846 --- diff --git a/src/EFICASGUI/eficasSalome.py b/src/EFICASGUI/eficasSalome.py index d3561dc0..18766ce2 100644 --- a/src/EFICASGUI/eficasSalome.py +++ b/src/EFICASGUI/eficasSalome.py @@ -11,9 +11,11 @@ import eficasConfig # lignes de path ajoutees pour acceder aux packages python du # logiciel Eficas. Le package Aster est ajoute explicitement pour # acceder au module prefs.py. A +# ajout de InterfaceQT4 pour permettre l acces a la fenetre Option sys.path[:0]=[eficasConfig.eficasPath, os.path.join( eficasConfig.eficasPath,'Editeur'), os.path.join( eficasConfig.eficasPath,'UiQT4'), + os.path.join( eficasConfig.eficasPath,'InterfaceQT4'), eficasConfig.eficasPath, ]