Salome HOME
Patch Yoann pour Fiche 16614
authorNATHALIE GORE <ng13417n@dsp0657862.postes.calibre.edf.fr>
Wed, 14 Mar 2018 08:54:25 +0000 (09:54 +0100)
committerNATHALIE GORE <ng13417n@dsp0657862.postes.calibre.edf.fr>
Wed, 14 Mar 2018 08:54:25 +0000 (09:54 +0100)
src/salome_hydro/telemac2d/eficas/appli.py

index be3c9846bde6cb47fca4def19ee74199acfb5879..5fdff776b38ca664c1348bb9143f5a1c2279b4f1 100644 (file)
@@ -44,7 +44,7 @@ def importFirst():
     """
     eficasTelemacPath = os.path.join(eficasSalome.eficasConfig.eficasPath,'Telemac')
     sys.path.insert(0, eficasTelemacPath)
-    from eficas.telemac2d_enum_auto import TelemacdicoEn
+    from Telemac.telemac2d_enum_auto import TelemacdicoEn
     sys.path.pop(0)
 
 importFirst()