minor change

This commit is contained in:
Dave Schuyler 2005-05-23 22:21:40 +00:00
parent 4d52852f75
commit ed058d20ad

View File

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