Salome HOME
[PYTHON 3] 1st draft
[modules/gui.git] / tools / dlgfactory / dlgfactory.py
index 1fe6e8b21c4995b8627f94ebdaea75914743253f..f320d57a5272d2c6c97b0ca3780d093dacf1bfc5 100755 (executable)
@@ -113,12 +113,12 @@ if __name__ == "__main__":
     for line in finput:
       line = line[:-1] 
       line = line.replace( "__CLASSNAME__", className )
-      print line
+      print(line)
       pass
 
     if options.verbose:
-      print "Note that the following directives should be present in your CMakeLists.txt (or something like that): \n"
-      print __msg_str.replace( "__CLASSNAME__", className )
+      print("Note that the following directives should be present in your CMakeLists.txt (or something like that): \n")
+      print(__msg_str.replace( "__CLASSNAME__", className ))
       pass
   pass