X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2F3D_viewer%2FA8.py;h=9a93c7f04f7410bd82aecacebc50fe983c37a299;hb=3fbdb519d980fba1f1d941007af8b4046c2a8d5b;hp=c0dcac8a4ac5b6920913dbd041e0972ae23ce240;hpb=0887ebbe5aea9ea7f1219164984be88b28ce2430;p=modules%2Fparavis.git diff --git a/test/VisuPrs/3D_viewer/A8.py b/test/VisuPrs/3D_viewer/A8.py index c0dcac8a..9a93c7f0 100644 --- a/test/VisuPrs/3D_viewer/A8.py +++ b/test/VisuPrs/3D_viewer/A8.py @@ -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,6 @@ from paravistest import * from presentations import * from pvsimple import * import sys -import pvserver as paravis import time # Directory for saving snapshots @@ -33,8 +32,6 @@ picturedir = get_picture_dir("3D_viewer/A8") # Add path separator to the end of picture path if necessery if not picturedir.endswith(os.sep): picturedir += os.sep -#import file -my_paravis = paravis.myParavis # Get view my_view = GetRenderView() @@ -46,7 +43,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.")