From a104cd6dae75b4785b3bdc58c944a34a32308b3e Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sun, 11 Mar 2012 20:43:21 -0700 Subject: Tidy up disco plugin. --- sleekxmpp/plugins/xep_0030/static.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sleekxmpp/plugins/xep_0030/static.py') diff --git a/sleekxmpp/plugins/xep_0030/static.py b/sleekxmpp/plugins/xep_0030/static.py index a13364d0..7306461a 100644 --- a/sleekxmpp/plugins/xep_0030/static.py +++ b/sleekxmpp/plugins/xep_0030/static.py @@ -9,12 +9,9 @@ import logging import threading -import sleekxmpp from sleekxmpp import Iq from sleekxmpp.exceptions import XMPPError, IqError, IqTimeout -from sleekxmpp.xmlstream.handler import Callback -from sleekxmpp.xmlstream.matcher import StanzaPath -from sleekxmpp.xmlstream import register_stanza_plugin, ElementBase, ET, JID +from sleekxmpp.xmlstream import JID from sleekxmpp.plugins.xep_0030 import DiscoInfo, DiscoItems -- cgit v1.2.3