]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
"import visu_gui" command added instead of obsolete code
authorsmh <smh@opencascade.com>
Thu, 6 May 2004 14:59:53 +0000 (14:59 +0000)
committersmh <smh@opencascade.com>
Thu, 6 May 2004 14:59:53 +0000 (14:59 +0000)
src/VISU_SWIG/test_events.py

index c553eae59f4754d6a1cbfc8aab93fb272d6b9511..df53a3e87ab16585a4220d6041cbe74d1938bbc2 100755 (executable)
@@ -5,18 +5,10 @@
 #               This script can be run from GUI Python console only!
 ###############################################################
 
-import salome
-
-# it's necessary to load VISU engine, this will cause VisuGUI to be loaded
-salome.lcc.FindOrLoadComponent("FactoryServer","VISU")
-
-# this can be done only after VISU engine has been loaded
-from libVISU_Swig import *
-
-visu=VISU_Swig()
+from visu_gui import *
 
 for i in range ( 10 ):
-    visu.CreateTestView()
+    myVisu.CreateTestView()
     for j in range ( 10 ):
-        visu.ShowTestObject();
+        myVisu.ShowTestObject();