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/close_all.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/close_all.py') diff --git a/plugins/close_all.py b/plugins/close_all.py index 1b98213e..6d31c05f 100644 --- a/plugins/close_all.py +++ b/plugins/close_all.py @@ -11,9 +11,9 @@ Commands Close all tabs except the roster and MUC tabs. """ -from plugin import BasePlugin -import tabs -from decorators import command_args_parser +from poezio.plugin import BasePlugin +from poezio import tabs +from poezio.decorators import command_args_parser class Plugin(BasePlugin): -- cgit v1.2.3