]> SALOME platform Git repositories - modules/gui.git/blobdiff - tools/CurvePlot/src/python/controller/utils.py.in
Salome HOME
Update copyrights
[modules/gui.git] / tools / CurvePlot / src / python / controller / utils.py.in
index 87f8e76c2d992cb5c3cd332a22630e944d6bd293..e2f0d27788947837fc068b6dd578294024c7f51f 100644 (file)
@@ -1,3 +1,22 @@
+# Copyright (C) 2016-2019  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
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+
 class Logger(object):
     """
     Debug Info.
@@ -55,7 +74,7 @@ class Logger(object):
 
     @classmethod
     def __log(cls, typ, msg):
-        print "%s: %s" % (typ, msg)
+        print("%s: %s" % (typ, msg))
       
 def trQ(tag, context="CURVEPLOT"):
   """ @return a QString read from the translation file """