Salome HOME
This commit was generated by cvs2git to create tag 'V1_4_0b2'.
[modules/kernel.git] / src / SALOME_SWIG / salome.py
index ad7b34700ee485ed361b826c2350a0908ceb95ca..92a99f11f2b1e3e4de6d6634c8092a2e45753c3d 100644 (file)
@@ -79,7 +79,7 @@ def ImportComponentGUI(ComponentName):
     libName = "lib" + ComponentName + "_Swig"
     command = "from " + libName + " import *"
     exec ( command )
-    constructor = ComponentName + "GUI_Swig()"
+    constructor = ComponentName + "_Swig()"
     command = "gui = " + constructor
     exec ( command )
     return gui