diff options
Diffstat (limited to 'plugins/spaces.py')
-rw-r--r-- | plugins/spaces.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/spaces.py b/plugins/spaces.py index dc6197ee..b0730b62 100644 --- a/plugins/spaces.py +++ b/plugins/spaces.py @@ -2,8 +2,8 @@ Insert a space between each character, in messages that you send, making them horrible to read. """ -from plugin import BasePlugin -import xhtml +from poezio.plugin import BasePlugin +from poezio import xhtml class Plugin(BasePlugin): def init(self): |