Salome HOME
Switch development flag to 1
[modules/hexablock.git] / doc / pyplots / test_join_quads.py
index 6d9229571573b5034551ee141c05f625d6ec5f63..69f04e54b88e7dec8eb9e84129c47c26152178d4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2016  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
@@ -26,7 +26,7 @@ import GEOM
 import SALOMEDS
 import hexablock
 
-print "test join..."
+print("test join...")
 doc = hexablock.addDocument()
 
 orig1 = doc.addVertex(0, 0, 0)
@@ -76,4 +76,4 @@ for nh in range(height):
 file_name = os.path.join(os.environ['TMP'], 'joint.vtk')
 ####  elts.saveVtk(file_name)
 
-print "...test join OK"
+print("...test join OK")