summaryrefslogtreecommitdiffstats
path: root/connection/xmpp.py
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-05-03 05:20:21 +0200
committerMatthias Schiffer <matthias@gamezock.de>2010-05-03 05:20:21 +0200
commit78703620d3c72921ae33abeb6534ba90aaaed06d (patch)
tree155ce059adb539f7e1449d51e9f65377bed7599a /connection/xmpp.py
parent06e947d1a30abb9578ae820780471a3e9d7affac (diff)
downloadcurunir-78703620d3c72921ae33abeb6534ba90aaaed06d.tar
curunir-78703620d3c72921ae33abeb6534ba90aaaed06d.zip
Added mensa module
Diffstat (limited to 'connection/xmpp.py')
-rw-r--r--connection/xmpp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/connection/xmpp.py b/connection/xmpp.py
index dfdeb28..454f3df 100644
--- a/connection/xmpp.py
+++ b/connection/xmpp.py
@@ -4,7 +4,7 @@ from pyxmpp.client import Client
from pyxmpp.jabber.muc import *
from pyxmpp.interface import implements
from pyxmpp.interfaces import *
-from functools import partial
+
class MessageHandler:
implements(IMessageHandlersProvider)