From eccac859adbf8c24d6af14f428f2af19ce0b609d Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Tue, 4 Oct 2011 10:36:52 -0400 Subject: Fix missing import statement. Fixes issue #105 --- sleekxmpp/plugins/xep_0045.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sleekxmpp/plugins/xep_0045.py b/sleekxmpp/plugins/xep_0045.py index 338ed154..8bf67e1d 100644 --- a/sleekxmpp/plugins/xep_0045.py +++ b/sleekxmpp/plugins/xep_0045.py @@ -14,6 +14,7 @@ from .. stanza.presence import Presence from .. xmlstream.handler.callback import Callback from .. xmlstream.matcher.xpath import MatchXPath from .. xmlstream.matcher.xmlmask import MatchXMLMask +from sleekxmpp.exceptions import IqError, IqTimeout log = logging.getLogger(__name__) -- cgit v1.2.3