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/change_title.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/change_title.py') diff --git a/plugins/change_title.py b/plugins/change_title.py index 07759bc9..92fcb5c3 100644 --- a/plugins/change_title.py +++ b/plugins/change_title.py @@ -2,7 +2,7 @@ This plugin will set the title of your terminal to the name of the current tab. """ -from plugin import BasePlugin +from poezio.plugin import BasePlugin import sys -- cgit v1.2.3