summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/addons
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-07-25 21:01:35 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-07-25 21:04:59 +0200
commitf93b21c2c31069ef11394cb696905ddd6ae43aa7 (patch)
treeae3ad86d7af7ecaddca089622988b0855cca369e /pyload/plugins/addons
parentRemoved bad character (diff)
downloadpyload-f93b21c2c31069ef11394cb696905ddd6ae43aa7.tar.xz
Fixed some pylint violations
(cherry picked from commit cfbdcc19337314c0bc8901711ec0e63147e1c3d0)
Diffstat (limited to 'pyload/plugins/addons')
-rw-r--r--pyload/plugins/addons/XMPPInterface.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/addons/XMPPInterface.py b/pyload/plugins/addons/XMPPInterface.py
index 3edb3bcc0..a94f2ed05 100644
--- a/pyload/plugins/addons/XMPPInterface.py
+++ b/pyload/plugins/addons/XMPPInterface.py
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, see <http://www.gnu.org/licenses/>.
-
+
@author: RaNaN
@interface-version: 0.2
"""
@@ -231,7 +231,7 @@ class XMPPInterface(IRCInterface, JabberClient):
class VersionHandler(object):
"""Provides handler for a version query.
-
+
This class will answer version query and announce 'jabber:iq:version' namespace
in the client's disco#info results."""