From 3a24d883539309544b13825ce3ae6726416d6939 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 28 Jun 2016 00:10:52 +0100 Subject: Make plugins import from the absolute poezio package. --- plugins/iq_show.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/iq_show.py') diff --git a/plugins/iq_show.py b/plugins/iq_show.py index 387878f4..7e77a897 100644 --- a/plugins/iq_show.py +++ b/plugins/iq_show.py @@ -2,7 +2,7 @@ Show the exchanged IQs (useful for debugging). """ -from plugin import BasePlugin +from poezio.plugin import BasePlugin from slixmpp.xmlstream.matcher import StanzaPath from slixmpp.xmlstream.handler import Callback -- cgit v1.2.3