diff options
Diffstat (limited to 'plugins/tell.py')
-rw-r--r-- | plugins/tell.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/tell.py b/plugins/tell.py index 76c9d2f0..2b3eb0ce 100644 --- a/plugins/tell.py +++ b/plugins/tell.py @@ -19,9 +19,9 @@ This plugin defines two new commands for MUC tabs: :term:`/tell` and :term:`/unt Cancel all scheduled messages to *nick*. """ -from plugin import BasePlugin -from decorators import command_args_parser -import tabs +from poezio.plugin import BasePlugin +from poezio.decorators import command_args_parser +from poezio import tabs class Plugin(BasePlugin): def init(self): |