diff options
Diffstat (limited to 'plugins/uptime.py')
-rw-r--r-- | plugins/uptime.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uptime.py b/plugins/uptime.py index a36274e6..0c471e1a 100644 --- a/plugins/uptime.py +++ b/plugins/uptime.py @@ -11,8 +11,8 @@ Command Retrieve the uptime of the server of ``jid``. """ -from plugin import BasePlugin -from common import parse_secs_to_str, safeJID +from poezio.plugin import BasePlugin +from poezio.common import parse_secs_to_str, safeJID from slixmpp.xmlstream import ET class Plugin(BasePlugin): |