Salome HOME
Merge remote-tracking branch 'origin/V8_3_BR' into gdd/python3_dev
[modules/hexablock.git] / doc / pyplots / test_prism_quads.py
index cb741c695d463bfd919edb21b3e16ad5c9ccc498..0d92d5903e644c67fe93b7a4120919f9bac710a2 100644 (file)
@@ -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
@@ -26,7 +26,7 @@ import GEOM
 import SALOMEDS
 import hexablock
 
-print "test prism..."
+print("test prism...")
 doc = hexablock.addDocument()
 
 orig = doc.addVertex(0, 0, 0)
@@ -53,4 +53,4 @@ elts = doc.prismQuads(liste, vec, 5)
 file_name = os.path.join(os.environ['TMP'], 'prisme.vtk')
 ####  elts.saveVtk(file_name)
 
-print "...test prism OK"
+print("...test prism OK")