Salome HOME
Merge changes from 'master' branch.
[samples/calculator.git] / bin / runCALCULATOR.py
index dcb08f89a629a0cee615fe00b39e160bc07e5b5a..9d3b708c758b5127aca9214225f561dc79c21939 100755 (executable)
@@ -47,13 +47,13 @@ if __name__ == "__main__":
      clt.waitNS("/Containers/" + getShortHostName() + "/FactoryServer")
      __orb = clt.orb
 
-     print
-     print "Use calculator() function to get access to the CALCULATOR component."
-     print "Example: calc = calculator()"
-     print "..."
-     print
+     print()
+     print("Use calculator() function to get access to the CALCULATOR component.")
+     print("Example: calc = calculator()")
+     print("...")
+     print()
      pass
    else:
-      print "ERROR: SALOME is not initialized"
+      print("ERROR: SALOME is not initialized")
       pass
    pass