From 86a482e032ed7fae1085b41cf637c5336b2cefb2 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 17 Feb 2012 11:40:51 -0800 Subject: Fix pyflakes complaints for XEP-0115 plugin. --- sleekxmpp/plugins/xep_0115/static.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sleekxmpp/plugins/xep_0115/static.py') diff --git a/sleekxmpp/plugins/xep_0115/static.py b/sleekxmpp/plugins/xep_0115/static.py index 204181d5..a0a8fb23 100644 --- a/sleekxmpp/plugins/xep_0115/static.py +++ b/sleekxmpp/plugins/xep_0115/static.py @@ -8,9 +8,8 @@ import logging -import sleekxmpp from sleekxmpp.xmlstream import JID -from sleekxmpp.plugins.xep_0030 import StaticDisco +from sleekxmpp.exceptions import IqError, IqTimeout log = logging.getLogger(__name__) -- cgit v1.2.3