Browse Source

*** empty log message ***

Samir Naik 21 years ago
parent
commit
ac6a899961
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/ClientRepository.py

+ 1 - 1
direct/src/distributed/ClientRepository.py

@@ -775,7 +775,7 @@ class ClientRepository(ConnectionRepository.ConnectionRepository):
                 self.old_setzone_interest_handle = None
 
 
-        def  sendSetLocation(self,doId,parentId,zoneId):
+        def sendSetLocation(self,doId,parentId,zoneId):
             datagram = PyDatagram()
             datagram.addUint16(CLIENT_OBJECT_LOCATION)
             datagram.addUint32(doId)