diff options
Diffstat (limited to 'plugins/change_title.py')
-rw-r--r-- | plugins/change_title.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |