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.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/replace.py') diff --git a/plugins/replace.py b/plugins/replace.py index 21f2c9af..1949bd6a 100644 --- a/plugins/replace.py +++ b/plugins/replace.py @@ -53,8 +53,8 @@ For more convenience, you can read your nice words from a file, do whatever you want in that function, as long as it returns a string. """ -from plugin import BasePlugin -import tabs +from poezio.plugin import BasePlugin +from poezio import tabs import datetime import random import re -- cgit v1.2.3