Salome HOME
Switch development flag to 1
[modules/hexablock.git] / doc / pyplots / test_make_spher_grid.py
old mode 100755 (executable)
new mode 100644 (file)
index e317323..b446010
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014  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
@@ -27,7 +27,7 @@ import SALOMEDS
 import hexablock
 
 
-print "test grille spherique..."
+print("test grille spherique...")
 doc = hexablock.addDocument()
 
 orig = doc.addVertex(0, 0, 0)
@@ -47,4 +47,4 @@ grid = doc.makeSpherical(orig, direction, n, k)
 file_name = os.path.join(os.environ['TMP'], 'grille_spherique.vtk')
 ####  grid.saveVtk(file_name)
 
-print "...test grille spherique OK"
+print("...test grille spherique OK")