Beispiel #1
0
 def __init__(self, space, attachOrigin, msg_space):
     Operation.__init__(self, space, msg_space)
     self.attachOrigin = attachOrigin
     self.newCell = None
     self.newCellMenu = NewCellMenu(space, attachOrigin,
                                    self.toCellInsertStage)