comparison frontends/src/quick_frontend/quick_app.py @ 585:9902ec2d8d9b

Remove useless trailing semicolons.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 18 Jan 2013 17:53:08 +0100
parents ca13633d3b6b
children 952322b1d490
comparison
equal deleted inserted replaced
584:1524c2c07256 585:9902ec2d8d9b
296 pass 296 pass
297 297
298 def presenceUpdate(self, jabber_id, show, priority, statuses, profile): 298 def presenceUpdate(self, jabber_id, show, priority, statuses, profile):
299 if not self.check_profile(profile): 299 if not self.check_profile(profile):
300 return 300 return
301 debug (_("presence update for %(jid)s (show=%(show)s, priority=%(priority)s, statuses=%(statuses)s) [profile:%(profile)s]") % {'jid':jabber_id, 'show':show, 'priority':priority, 'statuses':statuses, 'profile':profile}); 301 debug (_("presence update for %(jid)s (show=%(show)s, priority=%(priority)s, statuses=%(statuses)s) [profile:%(profile)s]") % {'jid':jabber_id, 'show':show, 'priority':priority, 'statuses':statuses, 'profile':profile})
302 from_jid=JID(jabber_id) 302 from_jid=JID(jabber_id)
303 debug ("from_jid.short=%(from_jid)s whoami.short=%(whoami)s" % {'from_jid':from_jid.short, 'whoami':self.profiles[profile]['whoami'].short}) 303 debug ("from_jid.short=%(from_jid)s whoami.short=%(whoami)s" % {'from_jid':from_jid.short, 'whoami':self.profiles[profile]['whoami'].short})
304 304
305 if from_jid.short==self.profiles[profile]['whoami'].short: 305 if from_jid.short==self.profiles[profile]['whoami'].short:
306 if not type: 306 if not type: