From 7d74a7b0271c709e80f1c25e67a57dcc98d5280a Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 17 Feb 2012 14:59:56 -0800 Subject: More extraneous import cleanup. --- sleekxmpp/features/feature_session/stanza.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sleekxmpp/features/feature_session/stanza.py') diff --git a/sleekxmpp/features/feature_session/stanza.py b/sleekxmpp/features/feature_session/stanza.py index 40ea583d..94e949ee 100644 --- a/sleekxmpp/features/feature_session/stanza.py +++ b/sleekxmpp/features/feature_session/stanza.py @@ -6,8 +6,7 @@ See the file LICENSE for copying permission. """ -from sleekxmpp.stanza import Iq, StreamFeatures -from sleekxmpp.xmlstream import ElementBase, ET, register_stanza_plugin +from sleekxmpp.xmlstream import ElementBase class Session(ElementBase): -- cgit v1.2.3