From 9d5eb864d1a370a32f933a77b48363950542c759 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 17 Feb 2012 14:41:31 -0800 Subject: More import cleanups based on pyflakes results. --- sleekxmpp/componentxmpp.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'sleekxmpp/componentxmpp.py') diff --git a/sleekxmpp/componentxmpp.py b/sleekxmpp/componentxmpp.py index 5b16c5ef..df23c2f6 100644 --- a/sleekxmpp/componentxmpp.py +++ b/sleekxmpp/componentxmpp.py @@ -15,17 +15,14 @@ from __future__ import absolute_import import logging -import base64 import sys import hashlib -from sleekxmpp import plugins -from sleekxmpp import stanza from sleekxmpp.basexmpp import BaseXMPP -from sleekxmpp.xmlstream import XMLStream, RestartStream -from sleekxmpp.xmlstream import StanzaBase, ET -from sleekxmpp.xmlstream.matcher import * -from sleekxmpp.xmlstream.handler import * +from sleekxmpp.xmlstream import XMLStream +from sleekxmpp.xmlstream import ET +from sleekxmpp.xmlstream.matcher import MatchXPath +from sleekxmpp.xmlstream.handler import Callback log = logging.getLogger(__name__) -- cgit v1.2.3