Salome HOME
ajustement parametres autotests
[modules/hydro.git] / doc / salome / examples / h002_importImage.py
index efa0ead52983d5e43fa3a7ceb87ba821a7c7a142..d67dc5a7a0bf81a2b4f1bb1f43c334a37f7f3e33 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() )