X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2Fdump_study%2FB4.py;h=80556bd5de46a58488410f84544740c6f31a9a1d;hb=e1f12e3e3a955aafb903f647a5398c6546250bd1;hp=03bc1ab3d23ef66eab261494a9ccad02ffe0d343;hpb=0887ebbe5aea9ea7f1219164984be88b28ce2430;p=modules%2Fparavis.git diff --git a/test/VisuPrs/dump_study/B4.py b/test/VisuPrs/dump_study/B4.py index 03bc1ab3..80556bd5 100644 --- a/test/VisuPrs/dump_study/B4.py +++ b/test/VisuPrs/dump_study/B4.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2014 CEA/DEN, EDF R&D +# Copyright (C) 2010-2015 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 @@ -21,11 +21,8 @@ import paravistest from presentations import * -import pvserver as paravis from pvsimple import * -my_paravis = paravis.myParavis - # 1. Table creation title = "My Table" errors = 0 @@ -90,6 +87,6 @@ if table.Script != orig_script: print "ERROR!!! The script value is incorrect:" print table.Script errors += 1 - + if errors > 0: raise RuntimeError, "There is(are) some error(s) was(were) found... For more info see ERRORs above..."