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/figlet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/figlet.py') diff --git a/plugins/figlet.py b/plugins/figlet.py index a7e69172..6e82381b 100644 --- a/plugins/figlet.py +++ b/plugins/figlet.py @@ -11,7 +11,7 @@ Say something in a Chat tab. .. note:: Can create fun things when used with :ref:`The rainbow plugin `. """ -from plugin import BasePlugin +from poezio.plugin import BasePlugin import subprocess class Plugin(BasePlugin): -- cgit v1.2.3