"Dump Python". Restore 'father' variable

This commit is contained in:
eap 2005-04-12 04:50:27 +00:00
parent a820152b69
commit 1c8a9815d0

View File

@ -40,9 +40,10 @@ gg = ImportComponentGUI("GEOM")
#SRN: modified on Mar 18, 2005 #SRN: modified on Mar 18, 2005
#myStudy = None
myBuilder = None myBuilder = None
myStudyId = 0 myStudyId = 0
father = None
BasicOp = None BasicOp = None
CurvesOp = None CurvesOp = None
PrimOp = None PrimOp = None
@ -59,7 +60,7 @@ GroupOp = None
def init_geom(theStudy): def init_geom(theStudy):
global myStudy, myBuilder, myStudyId, BasicOp, CurvesOp, PrimOp, ShapesOp, HealOp global myStudy, myBuilder, myStudyId, BasicOp, CurvesOp, PrimOp, ShapesOp, HealOp
global InsertOp, BoolOp, TrsfOp, LocalOp, MeasuOp, BlocksOp, GroupOp global InsertOp, BoolOp, TrsfOp, LocalOp, MeasuOp, BlocksOp, GroupOp, father
myStudy = theStudy myStudy = theStudy
myStudyId = myStudy._get_StudyId() myStudyId = myStudy._get_StudyId()