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/marquee.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/marquee.py') diff --git a/plugins/marquee.py b/plugins/marquee.py index 78bcc4c9..6abaa344 100644 --- a/plugins/marquee.py +++ b/plugins/marquee.py @@ -34,10 +34,10 @@ Configuration """ -from plugin import BasePlugin -import tabs -import xhtml -from decorators import command_args_parser +from poezio.plugin import BasePlugin +from poezio import tabs +from poezio import xhtml +from poezio.decorators import command_args_parser def move(text, step, spacing): new_text = text + (" " * spacing) -- cgit v1.2.3