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/time_marker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/time_marker.py') diff --git a/plugins/time_marker.py b/plugins/time_marker.py index 9ef27ee6..f215d2b3 100644 --- a/plugins/time_marker.py +++ b/plugins/time_marker.py @@ -29,7 +29,7 @@ Messages like “2 hours, 25 minutes passed…” are automatically displayed in """ -from plugin import BasePlugin +from poezio.plugin import BasePlugin from datetime import datetime, timedelta class Plugin(BasePlugin): -- cgit v1.2.3