Salome HOME
adaptation cas tests
[modules/hydro.git] / doc / salome / examples / h008_simpleCase.py
index fb2bb0733f26757b64b0d79c5b04f3eaf4f53b6b..c714049ea03c659259bb0db4dca345bd3ec0a5b5 100644 (file)
@@ -11,8 +11,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() )