From: Pascale Noyret Date: Mon, 8 Nov 2010 14:47:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V5_1_5~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a44ca95a76c4bfed27889106f714be8af0fcf9fb;p=modules%2Feficas.git *** empty log message *** --- diff --git a/src/EFICASGUI/eficasSalome.py b/src/EFICASGUI/eficasSalome.py index 9d6d2952..a0f5076a 100644 --- a/src/EFICASGUI/eficasSalome.py +++ b/src/EFICASGUI/eficasSalome.py @@ -59,7 +59,7 @@ class MyEficas( qtEficas.Appli ): #bidouille pour OpenTurns dictPathCode={'ASTER':'Aster','OPENTURNS_STUDY':'Openturns_Study', - 'OPENTURNS_WRAPPER':'Openturns_Wrapper','MAP':'MAP'} + 'OPENTURNS_WRAPPER':'Openturns_Wrapper','MAP':'MAP','SEP':'Sep'} pathCode=dictPathCode[code] sys.path[:0]=[os.path.join(eficasConfig.eficasPath,pathCode)]