Salome HOME
Copyrights update 2015.
[modules/paravis.git] / test / VisuPrs / 3D_viewer / A8.py
index bbed17bc8e420d47348925d1993dc4215424d240..6fdc9539982316aa1df3c1ba1a7e96345ed613ba 100644 (file)
@@ -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
@@ -24,7 +24,7 @@ from paravistest import *
 from presentations import *
 from pvsimple import *
 import sys
-import paravis
+import pvserver as paravis
 import time
 
 # Directory for saving snapshots
@@ -46,7 +46,7 @@ print " --------------------------------- "
 print "file ", file_name
 print " --------------------------------- "
 
-my_paravis.ImportFile(file_name)
+OpenDataFile(file_name)
 proxy = GetActiveSource()
 if proxy is None:
     raise RuntimeError("Error: can't import file.")