diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2010-05-03 05:20:21 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2010-05-03 05:20:21 +0200 |
commit | 78703620d3c72921ae33abeb6534ba90aaaed06d (patch) | |
tree | 155ce059adb539f7e1449d51e9f65377bed7599a /connection | |
parent | 06e947d1a30abb9578ae820780471a3e9d7affac (diff) | |
download | curunir-78703620d3c72921ae33abeb6534ba90aaaed06d.tar curunir-78703620d3c72921ae33abeb6534ba90aaaed06d.zip |
Added mensa module
Diffstat (limited to 'connection')
-rw-r--r-- | connection/xmpp.py | 2 |
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) |