Salome HOME
adaptation cas tests
[modules/hydro.git] / doc / salome / examples / h005_importImageBad.py
index d2e6887cef19c7fac7b3658ea8031667d12d7803..86340d7c4283658fe99e7bcadf8a98a3c83fbda6 100644 (file)
@@ -10,8 +10,8 @@ salome.salome_init()
 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() )