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/replace_word.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/replace_word.py') diff --git a/plugins/replace_word.py b/plugins/replace_word.py index 2c20a309..ce66dff4 100644 --- a/plugins/replace_word.py +++ b/plugins/replace_word.py @@ -16,7 +16,7 @@ Just use the word in a message. It will be replaced automatically. """ -from plugin import BasePlugin +from poezio.plugin import BasePlugin import re class Plugin(BasePlugin): -- cgit v1.2.3