Salome HOME
modification cas telemac, non fonctionnel
[modules/hydro.git] / doc / salome / examples / h006_importBathyXYZBad.py
index d41226e452149eb8c73435373aab890847acb36f..a5dae4f55ff9447f523347eff97e13b8ffd02532 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() )