Salome HOME
Copyright update 2022
[modules/paravis.git] / src / PV_SWIG / pvsimple.py
index 642884353c3e8bb216fcf0eed8c00996b531317e..58e1d5097bb00af2cd9f9c54f8836cca437bd881 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2010-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
@@ -27,7 +27,7 @@ __DEBUG = 0   # increase if you want more verbosity
 
 def __my_log(msg):
     if __DEBUG:
-      print "[PARAVIS] %s" % msg
+      print("[PARAVIS] %s" % msg)
 
 def __getFromGUI():
     """ Identify if we are running inside SALOME's embedded interpreter.