Salome HOME
Nouveau Patch Yoann pour 16614
[modules/hydrosolver.git] / 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()