]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
Minor: removing annoying print message abn/openfile_fix
authorAdrien Bruneton <adrien.bruneton@cea.fr>
Thu, 13 Feb 2014 08:47:43 +0000 (09:47 +0100)
committerAdrien Bruneton <adrien.bruneton@cea.fr>
Thu, 13 Feb 2014 08:47:43 +0000 (09:47 +0100)
src/PV_SWIG/VTKWrapping/paravisSM.py

index 8237dfc16b2b22774c5b412a55770e90ef89803f..a878681d4a59b646b7c5a1afe7a461bcaa0017df 100644 (file)
@@ -1893,8 +1893,8 @@ def InitFromGUI():
     Method used to initialize the Python Shell from the ParaView GUI.
     """
     global fromGUI, ActiveConnection
-    if not fromGUI:
-       print "from paraview.simple import *"
+    if not fromGUI:
+       print "from paraview.simple import *"
     fromGUI = True
     # ToggleProgressPrinting() ### FIXME COLLABORATION
     enableMultiServer(vtkProcessModule.GetProcessModule().GetMultipleSessionsSupport())