diff src/plugins/plugin_xep_0065.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
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0065.py	Wed Jan 09 22:59:55 2013 +0100
+++ b/src/plugins/plugin_xep_0065.py	Fri Jan 18 17:53:08 2013 +0100
@@ -507,7 +507,7 @@
     def _timeOut(self, sid, profile):
         """Delecte current_stream id, called after timeout
         @param id: id of client.xep_0065_current_stream"""
-        info(_("Socks5 Bytestream: TimeOut reached for id %s [%s]") % (sid, profile));
+        info(_("Socks5 Bytestream: TimeOut reached for id %s [%s]") % (sid, profile))
         self._killId(sid, False, "TIMEOUT", profile)
     
     def _killId(self, sid, success=False, failure_reason="UNKNOWN", profile=None):
@@ -561,7 +561,7 @@
         
         if length != None:
             error(_('stream length not managed yet'))
-            return;
+            return
         
         profile_jid = client.jid
         xmlstream = client.xmlstream