fixed call to uniqueElements
This commit is contained in:
parent
c11bb894b2
commit
48362bd801
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue