diff options
Diffstat (limited to 'plugins/shuffle.py')
-rw-r--r-- | plugins/shuffle.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/shuffle.py b/plugins/shuffle.py index 3a961bae..1c5cfeb5 100644 --- a/plugins/shuffle.py +++ b/plugins/shuffle.py @@ -2,9 +2,9 @@ Shuffle the words in every message you send in a :ref:`muctab` (may/should confuse the reader). """ -from plugin import BasePlugin +from poezio.plugin import BasePlugin from random import shuffle -import xhtml +from poezio import xhtml class Plugin(BasePlugin): def init(self): |