Salome HOME
Further porting: ImportFile is now replaced by OpenDataFile
[modules/paravis.git] / test / VisuPrs / MeshPresentation / I6.py
index 02d21e3df2270ff11a2355625d7bb88bf934d432..b64e7579ec11cbb0a86b749a0f6eb6f790b21e13 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2010-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2014  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,11 +24,11 @@ import sys
 from paravistest import datadir, pictureext, get_picture_dir
 from presentations import *
 from pvsimple import *
-import paravis
+import pvserver as paravis
 
 # Create presentations
 myParavis = paravis.myParavis
-picturedir = get_picture_dir(sys.argv[1], "MeshPresentation/I6")
+picturedir = get_picture_dir("MeshPresentation/I6")
 
 theFileName = datadir +  "square1_split2.med"
 print " --------------------------------- "
@@ -36,7 +36,7 @@ print "file ", theFileName
 print " --------------------------------- "
 
 
-result = myParavis.ImportFile(theFileName)
+result = OpenDataFile(theFileName)
 aProxy = GetActiveSource()
 if aProxy is None:
        raise RuntimeError, "Error: can't import file."