Salome HOME
adaptation cas tests
[modules/hydro.git] / doc / salome / examples / h003_changeLCS.py
index be02467ed9c8aa5d9a1e04a0c9263fa23b4a53c1..f7cf5285c3188f4e264819f2069bc0149822470e 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() )