Browse Source

minor change

Dave Schuyler 20 years ago
parent
commit
ed058d20ad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/distributed/DoInterestManager.py

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

@@ -135,8 +135,8 @@ class DoInterestManager(DirectObject.DirectObject):
         def printInterests(self):
             print "*********************** Interest Sets **************"
             print "(Interest ID, Description, Scope, Event, Mode)"
-            for i in DoInterestManager._interests.keys():
-                print DoInterestManager._interests[i]
+            for i in DoInterestManager._interests.values():
+                print i
             print "****************************************************"
             for i in DoInterestManager._debug_currentInterests:
                 print i