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/stoi.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/stoi.py') diff --git a/plugins/stoi.py b/plugins/stoi.py index f0b863fe..f3881879 100644 --- a/plugins/stoi.py +++ b/plugins/stoi.py @@ -17,10 +17,10 @@ You only have to load the plugin: **Usage:** ``/stoi`` """ -from plugin import BasePlugin -import tabs +from poezio.plugin import BasePlugin +from poezio import tabs import string -import xhtml +from poezio import xhtml import random char_we_dont_want = string.punctuation+' ’„“”…«»' -- cgit v1.2.3