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/screen_detach.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/screen_detach.py') diff --git a/plugins/screen_detach.py b/plugins/screen_detach.py index e6c02a88..8a00d90f 100644 --- a/plugins/screen_detach.py +++ b/plugins/screen_detach.py @@ -26,7 +26,7 @@ Configuration options .. _client state indication: https://xmpp.org/extensions/xep-0352.html """ -from plugin import BasePlugin +from poezio.plugin import BasePlugin import os import stat import pyinotify -- cgit v1.2.3