*** empty log message ***

This commit is contained in:
Jesse Schell 2000-10-19 17:08:51 +00:00
parent 38c15b1bdd
commit 88f80d1ad1

View File

@ -8,3 +8,6 @@ class DistributedObject(PandaObject):
self.doId=doId
self.zone=di.getUint32()
assert(di.getRemainingSize() == 0)
def sendUpdate(self, fieldName, args):
cr.sendupdate(self, fieldName, args)