Salome HOME
Copyright update 2022
[modules/gui.git] / tools / CurvePlot / src / python / pyqtside / uic.py
index 44ac1b74451d6b6e121bdae3f2c990c0802015e4..94043c6c86d0aa37d89e4b76c1494a5613ad3dcf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2016-2022  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -19,8 +19,8 @@
 
 from . import _use_pyqt
 if _use_pyqt:
-  from PyQt4.uic import loadUi as loadUiGen
-else: 
+  from PyQt5.uic import loadUi as loadUiGen
+else:
   from .pyside_dynamic import loadUi as loadUiGen