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/reorder.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/reorder.py') diff --git a/plugins/reorder.py b/plugins/reorder.py index f1799c12..ab504a47 100644 --- a/plugins/reorder.py +++ b/plugins/reorder.py @@ -54,9 +54,9 @@ And finally, the ``[tab name]`` must be: - For a type ``dynamic``, the bare JID of the contact - For a type ``static``, the full JID of the contact """ -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 mapping = { 'muc': tabs.MucTab, -- cgit v1.2.3