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/random_nick.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/random_nick.py') diff --git a/plugins/random_nick.py b/plugins/random_nick.py index 2c4a2f5b..2c2852dc 100644 --- a/plugins/random_nick.py +++ b/plugins/random_nick.py @@ -11,7 +11,7 @@ automatically be changed to something random, for example: :: """ -from plugin import BasePlugin +from poezio.plugin import BasePlugin from random import choice class Plugin(BasePlugin): -- cgit v1.2.3