X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2F3D_viewer%2FA1.py;h=c8e1d2a2112c6801ba51fff71851bd27abba920e;hb=bcdf63794e5d72ec2bd93925b0e5d161416be464;hp=1bd3e02ee799eeae3d27fad6bb902c45c72e8bbe;hpb=5d5e39ca58802da26dcb00d81d520ad489e81fa4;p=modules%2Fparavis.git diff --git a/test/VisuPrs/3D_viewer/A1.py b/test/VisuPrs/3D_viewer/A1.py index 1bd3e02e..c8e1d2a2 100644 --- a/test/VisuPrs/3D_viewer/A1.py +++ b/test/VisuPrs/3D_viewer/A1.py @@ -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 @@ -24,7 +24,6 @@ from paravistest import * from presentations import * from pvsimple import * import sys -import paravis import time # Directory for saving snapshots @@ -34,9 +33,6 @@ picturedir = get_picture_dir("3D_viewer/A1") if not picturedir.endswith(os.sep): picturedir += os.sep -#import file -my_paravis = paravis.myParavis - # Get view my_view = GetRenderView() reset_view(my_view) @@ -47,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.")