Browse Source

fixed call to uniqueElements

Darren Ranalli 20 years ago
parent
commit
48362bd801
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/DoInterestManager.py

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

@@ -163,7 +163,7 @@ class DoInterestManager(DirectObject.DirectObject):
         if isinstance(zoneIdList, types.ListType):
             vzl = list(zoneIdList)
             vzl.sort()
-            PythonUtil.uniqueElements(vzl)
+            uniqueElements(vzl)
             for zone in vzl:
                 datagram.addUint32(zone)
         else: