[thorstenp] remove useless pass
This commit is contained in:
parent
20ff72c523
commit
11deb3b933
|
@ -19,7 +19,6 @@ class IdleObject:
|
|||
'''
|
||||
def __init__(self):
|
||||
self.fd = -1
|
||||
pass
|
||||
|
||||
def pollend(self):
|
||||
''' called on stream failure '''
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue