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/pipe_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/pipe_cmd.py') diff --git a/plugins/pipe_cmd.py b/plugins/pipe_cmd.py index 29404e0f..186df216 100644 --- a/plugins/pipe_cmd.py +++ b/plugins/pipe_cmd.py @@ -19,7 +19,7 @@ Configuration """ -from plugin import BasePlugin +from poezio.plugin import BasePlugin import os import stat import logging -- cgit v1.2.3