Continue converting to underscored names.

This commit is contained in:
Lance Stout
2010-10-18 09:06:54 -04:00
parent 4375ac7d8b
commit e18354ae0e
3 changed files with 15 additions and 13 deletions

View File

@@ -755,7 +755,7 @@ class XMLStream(object):
handler.prerun(stanza_copy)
self.event_queue.put(('stanza', handler, stanza_copy))
try:
if handler.checkDelete():
if handler.check_delete():
self.__handlers.pop(self.__handlers.index(handler))
except:
pass # not thread safe