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/uptime.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/uptime.py') diff --git a/plugins/uptime.py b/plugins/uptime.py index a36274e6..0c471e1a 100644 --- a/plugins/uptime.py +++ b/plugins/uptime.py @@ -11,8 +11,8 @@ Command Retrieve the uptime of the server of ``jid``. """ -from plugin import BasePlugin -from common import parse_secs_to_str, safeJID +from poezio.plugin import BasePlugin +from poezio.common import parse_secs_to_str, safeJID from slixmpp.xmlstream import ET class Plugin(BasePlugin): -- cgit v1.2.3