Salome HOME
Copyright update 2022
[modules/hexablock.git] / src / HEXABLOCK / work / hexablock.py
index d877027fc24962e7c96c2391be50521de0bfcbe2..4b4970b65045476bc5e3b37e4cdbbededb91afe5 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: latin-1 -*-
-# Copyright (C) 2009-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2009-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
@@ -76,5 +76,5 @@ def printMessage () :
        return
     for ni in range (nl) :
         mess = hexa.getMessageLine (ni)
-        print mess
+        print(mess)