*** empty log message ***

This commit is contained in:
Samir Naik 2005-03-08 07:51:21 +00:00
parent 2fac71989d
commit ebbbf50a2b

View File

@ -345,6 +345,8 @@ class DistributedObject(PandaObject):
# The store must run first so we know the old location
#self.cr.storeObjectLocation(self.doId, parentId, zoneId)
self.__location = (parentId, zoneId)
#if parentId != None and zoneId != None:
# base.cr.sendSetLocation(self.doId, parentId, zoneId)
def getLocation(self):
return self.__location