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/shuffle.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/shuffle.py') diff --git a/plugins/shuffle.py b/plugins/shuffle.py index 3a961bae..1c5cfeb5 100644 --- a/plugins/shuffle.py +++ b/plugins/shuffle.py @@ -2,9 +2,9 @@ Shuffle the words in every message you send in a :ref:`muctab` (may/should confuse the reader). """ -from plugin import BasePlugin +from poezio.plugin import BasePlugin from random import shuffle -import xhtml +from poezio import xhtml class Plugin(BasePlugin): def init(self): -- cgit v1.2.3