X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fpyplots%2Ftest_disconnect.py;h=6c2ca918d7fc719aaface472bfd49a4d040c87b5;hb=12cceffda96f1daef01df1fb7024cf164bf31067;hp=36d52541314850f7f6309ebb593e2fc6983cc436;hpb=1292d8d06180c8c199542ed7d92cbadf1e9c1e14;p=modules%2Fhexablock.git diff --git a/doc/pyplots/test_disconnect.py b/doc/pyplots/test_disconnect.py old mode 100755 new mode 100644 index 36d5254..6c2ca91 --- a/doc/pyplots/test_disconnect.py +++ b/doc/pyplots/test_disconnect.py @@ -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 hexablock # differents cas possibles de remplissage possibles : -print "test disconnect elements..." +print("test disconnect elements...") doc = hexablock.addDocument() size_x = 2; @@ -76,6 +76,6 @@ file_name = os.path.join(os.environ['TMP'], 'disconnect2.vtk') #### doc.saveVtk(file_name) -print "...test disconnect elements OK" +print("...test disconnect elements OK")