Salome HOME
Nouveau Patch Yoann pour 16614
authorNATHALIE GORE <ng13417n@dsp0657862.postes.calibre.edf.fr>
Thu, 15 Mar 2018 07:27:08 +0000 (08:27 +0100)
committerNATHALIE GORE <ng13417n@dsp0657862.postes.calibre.edf.fr>
Thu, 15 Mar 2018 07:27:08 +0000 (08:27 +0100)
src/salome_hydro/telemac2d/eficas/appli.py

index 5fdff776b38ca664c1348bb9143f5a1c2279b4f1..7356867c4900c618ef13dacd543a577976df91a6 100644 (file)
@@ -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()