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/csi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/csi.py') diff --git a/plugins/csi.py b/plugins/csi.py index 5fe41666..efc8e4ab 100644 --- a/plugins/csi.py +++ b/plugins/csi.py @@ -20,8 +20,8 @@ Commands .. _CSI: https://xmpp.org/extensions/xep-0352.html """ -from plugin import BasePlugin -import tabs +from poezio.plugin import BasePlugin +from poezio import tabs class Plugin(BasePlugin): def init(self): -- cgit v1.2.3