Salome HOME
Copyrights update 2015.
[modules/paravis.git] / test / VisuPrs / GaussPoints / C8.py
index 83d7cbc54b1dc2ca316e4824d82d8f10ba6773b5..e0c798b5bcd29ec76d9c279b21ca33a7a262b95c 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 *
-import paravis
+import pvserver as paravis
 import pvsimple
 
 
@@ -40,7 +40,7 @@ field_name = "gravit__VARI_ELGA"
 #timestamp_nb = 1
 timestamp_nb = 6 # timestamp 1 is empty
 
-paravis.myParavis.ImportFile(file_name)
+paravis.OpenDataFile(file_name)
 med_reader = pvsimple.GetActiveSource()
 if med_reader is None:
     raise RuntimeError("File wasn't imported!!!")