summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/xmlstream.py
diff options
context:
space:
mode:
authorNathan Fritz <nathan@andyet.net>2010-11-04 11:39:41 -0700
committerNathan Fritz <nathan@andyet.net>2010-11-04 11:39:41 -0700
commit38c2f51f834d8f17ebdcca45ec795fb935f969b5 (patch)
treeaa7e31975fca368ad14b06eb1319a39472fdfd0d /sleekxmpp/xmlstream/xmlstream.py
parent1bf34caa5b0854978596b32e2458f3c0df4552dd (diff)
downloadslixmpp-38c2f51f834d8f17ebdcca45ec795fb935f969b5.tar.gz
slixmpp-38c2f51f834d8f17ebdcca45ec795fb935f969b5.tar.bz2
slixmpp-38c2f51f834d8f17ebdcca45ec795fb935f969b5.tar.xz
slixmpp-38c2f51f834d8f17ebdcca45ec795fb935f969b5.zip
fixed indent errors
Diffstat (limited to 'sleekxmpp/xmlstream/xmlstream.py')
-rw-r--r--sleekxmpp/xmlstream/xmlstream.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sleekxmpp/xmlstream/xmlstream.py b/sleekxmpp/xmlstream/xmlstream.py
index 16412711..218b4b5a 100644
--- a/sleekxmpp/xmlstream/xmlstream.py
+++ b/sleekxmpp/xmlstream/xmlstream.py
@@ -828,6 +828,8 @@ class XMLStream(object):
"""
try:
func(*args)
+ except:
+ pass
def _event_runner(self):
"""