~russell/ibid/jira-plugin

« back to all changes in this revision

Viewing changes to ibid/source/jabber.py

  • Committer: Stefano Rivera
  • Date: 2009-10-16 16:31:34 UTC
  • Revision ID: stefano@rivera.za.net-20091016163134-d6rj65szlrl9afmb
Strip trailing white-space

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
from ibid.event import Event
13
13
 
14
14
class Message(domish.Element):
15
 
    
 
15
 
16
16
    def __init__(self, to, frm, body, type):
17
17
        domish.Element(self, (None, 'message'))
18
18
        self['to'] = to