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/cyber.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/cyber.py') diff --git a/plugins/cyber.py b/plugins/cyber.py index 67d6cdc7..cb6e0371 100644 --- a/plugins/cyber.py +++ b/plugins/cyber.py @@ -17,7 +17,7 @@ Configuration options The percentage of the time the plugin will activate (randomly). 100 for every message, <= 0 for never. """ -from plugin import BasePlugin +from poezio.plugin import BasePlugin from random import choice, randint import re -- cgit v1.2.3