Salome HOME
some fixes in tests
[modules/paravis.git] / test / VisuPrs / dump_study / B4.py
index 49c4d8eea7ce7dfb822fdb0c71377241a36264ec..80556bd5de46a58488410f84544740c6f31a9a1d 100644 (file)
 
 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..."