From 69bcb6b03f4286de0a7168be1b3f7e325e2762a1 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Fri, 7 May 2010 12:37:15 +0000 Subject: [PATCH] correction Aster 14846 --- src/EFICASGUI/eficasSalome.py | 2 ++ 1 file changed, 2 insertions(+) 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, ] -- 2.39.2