From 9c3fece96bee3c381cf0d7bd7022b46c858c6e1b Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 24 Jul 2014 02:07:08 +0200 Subject: Use slixmpp --- src/fixes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fixes.py') diff --git a/src/fixes.py b/src/fixes.py index 18c117d8..39610aa7 100644 --- a/src/fixes.py +++ b/src/fixes.py @@ -1,12 +1,12 @@ """ -Module used to provide fixes for sleekxmpp functions not yet fixed +Module used to provide fixes for slixmpp functions not yet fixed upstream. TODO: Check that they are fixed and remove those hacks """ -from sleekxmpp.stanza import Message -from sleekxmpp.xmlstream import ET +from slixmpp.stanza import Message +from slixmpp.xmlstream import ET import logging -- cgit v1.2.3