Skip to content
Snippets Groups Projects
Commit 11deb3b9 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

[thorstenp] remove useless pass

parent 20ff72c5
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ class IdleObject:
'''
def __init__(self):
self.fd = -1
pass
def pollend(self):
''' called on stream failure '''
......@@ -220,4 +219,4 @@ class SelectIdleQueue(IdleQueue):
self.check_time_events()
return True
# vim: se ts=3:
\ No newline at end of file
# vim: se ts=3:
......@@ -459,7 +459,7 @@ class Message(Protocol):
self.setTag('html',namespace=NS_XHTML_IM).addChild(node=dom)
except Exception, e:
print "Error", e
pass #FIXME: log. we could not set xhtml (parse error, whatever)
#FIXME: log. we could not set xhtml (parse error, whatever)
def setSubject(self,val):
""" Sets the subject of the message. """
self.setTagData('subject',val)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment