Salome HOME
Porting to python3
[modules/paravis.git] / test / VisuPrs / Plot3D / F6.py
index ed18ccfdf327b492822588db748cfe070bf907d5..5fd5ee532fd1a195c643953b8ceb7c9005db34f4 100755 (executable)
@@ -28,8 +28,8 @@ from presentations import CreatePrsForFile, PrsTypeEnum
 picturedir = get_picture_dir("Plot3D/F6")
 
 file = datadir + "maill.0.med"
-print " --------------------------------- "
-print "file ", file
-print " --------------------------------- "
-print "CreatePrsForFile..."
+print(" --------------------------------- ")
+print("file ", file)
+print(" --------------------------------- ")
+print("CreatePrsForFile...")
 CreatePrsForFile(file, [PrsTypeEnum.PLOT3D], picturedir, pictureext)