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/tell.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/tell.py') diff --git a/plugins/tell.py b/plugins/tell.py index 76c9d2f0..2b3eb0ce 100644 --- a/plugins/tell.py +++ b/plugins/tell.py @@ -19,9 +19,9 @@ This plugin defines two new commands for MUC tabs: :term:`/tell` and :term:`/unt Cancel all scheduled messages to *nick*. """ -from plugin import BasePlugin -from decorators import command_args_parser -import tabs +from poezio.plugin import BasePlugin +from poezio.decorators import command_args_parser +from poezio import tabs class Plugin(BasePlugin): def init(self): -- cgit v1.2.3