Browse Source

minor change

Dave Schuyler 21 years ago
parent
commit
36a12d69b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/ClientRepository.py

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

@@ -176,7 +176,7 @@ class ClientRepository(ConnectionRepository.ConnectionRepository):
             parentId = di.getUint32()
             zoneId = di.getUint32()
             obj = self.doId2do.get(doId)
-            if (obj != None):
+            if obj is not None:
                 self.notify.info("handleObjectLocation: doId: %s parentId: %s zoneId: %s" %
                                  (doId, parentId, zoneId))
                 # Let the object finish the job