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/quote.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/quote.py') diff --git a/plugins/quote.py b/plugins/quote.py index ab503dc1..ba7f4ea3 100644 --- a/plugins/quote.py +++ b/plugins/quote.py @@ -44,10 +44,10 @@ Options time of the message. """ -from plugin import BasePlugin -from xhtml import clean_text -import common -import tabs +from poezio.plugin import BasePlugin +from poezio.xhtml import clean_text +from poezio import common +from poezio import tabs import logging log = logging.getLogger(__name__) -- cgit v1.2.3