X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2F3D_viewer%2FA7.py;h=03b895f563cd20e2d18426f4c4ac1b0a205f8216;hb=bcdf63794e5d72ec2bd93925b0e5d161416be464;hp=018da24be250cd5ad7cba9e57b635764ccc29add;hpb=216b73d56a11d0b5f0ef26acfd85936f92c5f8ac;p=modules%2Fparavis.git diff --git a/test/VisuPrs/3D_viewer/A7.py b/test/VisuPrs/3D_viewer/A7.py index 018da24b..03b895f5 100644 --- a/test/VisuPrs/3D_viewer/A7.py +++ b/test/VisuPrs/3D_viewer/A7.py @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 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 @@ -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/A7") # 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()