Salome HOME
Updated copyright comment
[modules/gui.git] / tools / CurvePlot / src / python / model / XYPlotSetModel.py
index dc39ff02681c95749799a78660a6613548c18c8e..3122e93588cd86ca8091ab3344cc8d9f2761b1ba 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2016-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -17,8 +17,8 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-from Model import Model
-from utils import toUnicodeWithWarning
+from .Model import Model
+from .utils import toUnicodeWithWarning
 
 class XYPlotSetModel(Model):