Salome HOME
correction test case H015
[modules/hydro.git] / doc / salome / examples / h017_interpolationLineaire.py
index 47ccfa5b3c8a87486ead342b2aec4a58ffc9531d..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() )