Salome HOME
Merge branch 'V7_dev'
[modules/paravis.git] / test / VisuPrs / GaussPoints / C3.py
index 9c02d467c1f9984c0322f5ed7c3241a1b1aaf4b8..d93f096d0073b5bfa5731fbd4a36295657677a3f 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2010-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2010-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
 # 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,10 +25,8 @@ import sys
 
 from paravistest import datadir, pictureext, get_picture_dir
 from presentations import GaussPointsOnField, EntityType, get_time, process_prs_for_test
-import paravis
 import pvsimple
 
-
 # Directory for saving snapshots
 picturedir = get_picture_dir("GaussPoints/C3")
 if not picturedir.endswith(os.sep):
@@ -39,7 +37,7 @@ file_name = datadir + "UO2_250ans.med"
 field_name = "Concentration_O2(aq)_mol per l"
 timestamp_nb = -1 # last timestamp
 
-paravis.myParavis.ImportFile(file_name)
+pvsimple.OpenDataFile(file_name)
 med_reader = pvsimple.GetActiveSource()
 if med_reader is None:
     raise RuntimeError("File wasn't imported!!!")