Salome HOME
correction test case H015
[modules/hydro.git] / doc / salome / examples / h017_interpolationLineaire.py
index 9d313a69eec96acbf6465080c7e345add565aa06..471471e1e7f91c506ccb3ad93bfa44920d2d533f 100644 (file)
@@ -14,8 +14,8 @@ theStudy = salome.myStudy
 ###
 
 from HYDROPy import *
-from PyQt4.QtCore import *
-from PyQt4.QtGui import *
+from PyQt5.QtCore import *
+from PyQt5.QtGui import *
 
 hydro_doc = HYDROData_Document.Document( theStudy._get_StudyId() )
 
@@ -317,7 +317,7 @@ domaine_1 = relief.GroupOnGeom(domaine,'domaine',SMESH.FACE)
 domaine_2 = relief.GroupOnGeom(domaine,'domaine',SMESH.NODE)
 smesh.SetName(relief, 'relief')
 
-med_file = r'/relief.med'
+med_file = r'/tmp/relief.med'
 
 try:
   os.remove(med_file)