summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks
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:01:35 +0200
commitcfbdcc19337314c0bc8901711ec0e63147e1c3d0 (patch)
tree0a7df1beef1c7d81aab0d739b56ffbeb17029f83 /module/plugins/hooks
parentFixed PEP 8 violations in Hooks (diff)
downloadpyload-cfbdcc19337314c0bc8901711ec0e63147e1c3d0.tar.xz
Fixed some pylint violations
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r--module/plugins/hooks/XMPPInterface.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/XMPPInterface.py b/module/plugins/hooks/XMPPInterface.py
index 73f13e71c..adffc04e3 100644
--- a/module/plugins/hooks/XMPPInterface.py
+++ b/module/plugins/hooks/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
"""
@@ -212,7 +212,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."""