From: NATHALIE GORE Date: Thu, 15 Mar 2018 07:27:08 +0000 (+0100) Subject: Nouveau Patch Yoann pour 16614 X-Git-Tag: HYDRO_V2_0_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ffbe2db4fd2cd3fce856981b2e163662d247264b;p=modules%2Fhydrosolver.git Nouveau Patch Yoann pour 16614 --- diff --git a/src/salome_hydro/telemac2d/eficas/appli.py b/src/salome_hydro/telemac2d/eficas/appli.py index 5fdff77..7356867 100644 --- a/src/salome_hydro/telemac2d/eficas/appli.py +++ b/src/salome_hydro/telemac2d/eficas/appli.py @@ -44,7 +44,7 @@ def importFirst(): """ eficasTelemacPath = os.path.join(eficasSalome.eficasConfig.eficasPath,'Telemac') sys.path.insert(0, eficasTelemacPath) - from Telemac.telemac2d_enum_auto import TelemacdicoEn + from telemac2d_enum_auto import TelemacdicoEn sys.path.pop(0) importFirst()