From 48362bd801ca5fd4df968b9f15660545c2d55dc3 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Wed, 25 May 2005 23:04:43 +0000 Subject: [PATCH] fixed call to uniqueElements --- direct/src/distributed/DoInterestManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/distributed/DoInterestManager.py b/direct/src/distributed/DoInterestManager.py index 1d0fd0b0b7..9cd3b6a922 100755 --- a/direct/src/distributed/DoInterestManager.py +++ b/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: