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 --- plugins/uptime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/uptime.py') diff --git a/plugins/uptime.py b/plugins/uptime.py index 2b171703..4614b230 100644 --- a/plugins/uptime.py +++ b/plugins/uptime.py @@ -13,7 +13,7 @@ Command """ from plugin import BasePlugin from common import parse_secs_to_str, safeJID -from sleekxmpp.xmlstream import ET +from slixmpp.xmlstream import ET class Plugin(BasePlugin): def init(self): -- cgit v1.2.3