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/reminder.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/reminder.py') diff --git a/plugins/reminder.py b/plugins/reminder.py index 59337189..a5ab1f00 100644 --- a/plugins/reminder.py +++ b/plugins/reminder.py @@ -47,10 +47,10 @@ Will remind you to get up every 1 hour 23 minutes. """ -from plugin import BasePlugin +from poezio.plugin import BasePlugin import curses -import common -import timed_events +from poezio import common +from poezio import timed_events class Plugin(BasePlugin): -- cgit v1.2.3