NRI : Correction Module name.

This commit is contained in:
nri 2003-05-16 13:24:42 +00:00
parent 3baf90a543
commit 15fed18c3e
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from time import sleep
geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM")
myBuilder = salome.myStudy.NewBuilder()
gg = salome.ImportComponentGUI("Geometry")
gg = salome.ImportComponentGUI("GEOM")
point0 = geom.MakePointStruct(0.,0.,0.)
pointz1 = geom.MakePointStruct(0.,0.,1.)

View File

@ -17,7 +17,7 @@ geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM")
geom.GetCurrentStudy(salome.myStudyId)
myBuilder = salome.myStudy.NewBuilder()
gg = salome.ImportComponentGUI("Geometry")
gg = salome.ImportComponentGUI("GEOM")
father = salome.myStudy.FindComponent("GEOM")
if father is None: