Salome HOME
ajustement parametres autotests
[modules/hydro.git] / doc / salome / examples / h001_importImage.py
index 6c072bff8d083994e862f18001f0dcba1dbc7048..4c33e30ef300c1bb700d92e2f98dd083ab7f1a33 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() )