diff options
Diffstat (limited to 'plugins/simple_notify.py')
-rw-r--r-- | plugins/simple_notify.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/simple_notify.py b/plugins/simple_notify.py index bc2ba8f6..9f35c437 100644 --- a/plugins/simple_notify.py +++ b/plugins/simple_notify.py @@ -84,11 +84,11 @@ Options defined """ -from plugin import BasePlugin -from xhtml import get_body_from_message_stanza -from timed_events import DelayedEvent +from poezio.plugin import BasePlugin +from poezio.xhtml import get_body_from_message_stanza +from poezio.timed_events import DelayedEvent import shlex -import common +from poezio import common class Plugin(BasePlugin): |