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/link.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/link.py') diff --git a/plugins/link.py b/plugins/link.py index bca592a1..2c34232c 100644 --- a/plugins/link.py +++ b/plugins/link.py @@ -82,10 +82,10 @@ Options import platform import re -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 url_pattern = re.compile(r'\b(http[s]?://(?:\S+))\b', re.I|re.U) app_mapping = { -- cgit v1.2.3