Salome HOME
script h016 plus robuste
[modules/hydro.git] / doc / salome / examples / h007_createPolySplineClosed.py
index e79698846ab343f46eb87c388b6b50f5861790f1..c3e8c9b9029404024718772823d71b029d29a491 100644 (file)
@@ -7,8 +7,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() )