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