From 8a7448a5a143472fda7487fbfa1a593deeb66215 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 27 Oct 2016 00:15:25 +0200 Subject: Add missing imports in XEP-0333 --- slixmpp/plugins/xep_0333/hints.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slixmpp/plugins/xep_0333/hints.py b/slixmpp/plugins/xep_0333/hints.py index 932bf6d5..5a3d3f9a 100644 --- a/slixmpp/plugins/xep_0333/hints.py +++ b/slixmpp/plugins/xep_0333/hints.py @@ -11,6 +11,8 @@ import logging from slixmpp import Message from slixmpp.plugins import BasePlugin from slixmpp.xmlstream import register_stanza_plugin +from slixmpp.xmlstream.handler import Callback +from slixmpp.xmlstream.matcher import StanzaPath from slixmpp.plugins.xep_0333 import stanza, Markable, Received, Displayed, Acknowledged log = logging.getLogger(__name__) -- cgit v1.2.3