diff options
Diffstat (limited to 'plugins/replace_word.py')
-rw-r--r-- | plugins/replace_word.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/replace_word.py b/plugins/replace_word.py index 2c20a309..ce66dff4 100644 --- a/plugins/replace_word.py +++ b/plugins/replace_word.py @@ -16,7 +16,7 @@ Just use the word in a message. It will be replaced automatically. """ -from plugin import BasePlugin +from poezio.plugin import BasePlugin import re class Plugin(BasePlugin): |