diff options
Diffstat (limited to 'plugins/revstr.py')
-rw-r--r-- | plugins/revstr.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/revstr.py b/plugins/revstr.py index 53838257..0fa93bb1 100644 --- a/plugins/revstr.py +++ b/plugins/revstr.py @@ -2,8 +2,8 @@ Reverse everything you say (``Je proteste énergiquement`` will become ``tnemeuqigrené etsetorp eJ``) """ -from plugin import BasePlugin -import xhtml +from poezio.plugin import BasePlugin +from poezio import xhtml class Plugin(BasePlugin): def init(self): |