Salome HOME
Copyrights update 2015.
[modules/paravis.git] / test / VisuPrs / GaussPoints / A9.py
index 3bc4f999fec85a6961769b116b634b72509fcaaa..86ccf23d7077a584d2224c061d79ad7b9095dbf2 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2010-2013  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
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -25,7 +25,7 @@ import sys
 
 from paravistest import datadir, pictureext, get_picture_dir
 from presentations import GaussPointsOnField, EntityType, get_time, process_prs_for_test
-import paravis
+import pvserver as paravis
 import pvsimple
 
 
@@ -39,7 +39,7 @@ file_name = datadir + "carre_en_quad4_seg2_fields.med"
 field_name = "AREA"
 timestamp_nb = -1 # last timestamp
 
-paravis.myParavis.ImportFile(file_name)
+paravis.OpenDataFile(file_name)
 med_reader = pvsimple.GetActiveSource()
 if med_reader is None:
     raise RuntimeError("File wasn't imported!!!")