def setLocation(self, parentId, zoneId):
     DistributedNode.setLocation(self, parentId, zoneId)
     if parentId:
         parent = self.getParentObj()
         self.reparentTo(parent)
Example #2
0
    def setLocation(self, parentId, zoneId):
        DistributedNode.setLocation(self, parentId, zoneId)

        if self.parentId:
            self.reparentTo(self.getParentObj())
 def setLocation(self, parentId, zoneId):
     DistributedNode.setLocation(self, parentId, zoneId)
 def setLocation(self, parentId, zoneId):
     DistributedNode.setLocation(self, parentId, zoneId)
     if parentId:
         parent = self.getParentObj()
         self.reparentTo(parent)