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/simple_notify.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/simple_notify.py') diff --git a/plugins/simple_notify.py b/plugins/simple_notify.py index bc2ba8f6..9f35c437 100644 --- a/plugins/simple_notify.py +++ b/plugins/simple_notify.py @@ -84,11 +84,11 @@ Options defined """ -from plugin import BasePlugin -from xhtml import get_body_from_message_stanza -from timed_events import DelayedEvent +from poezio.plugin import BasePlugin +from poezio.xhtml import get_body_from_message_stanza +from poezio.timed_events import DelayedEvent import shlex -import common +from poezio import common class Plugin(BasePlugin): -- cgit v1.2.3