summaryrefslogtreecommitdiff
path: root/plugins/iq_show.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/iq_show.py')
-rw-r--r--plugins/iq_show.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/iq_show.py b/plugins/iq_show.py
index 8f82ca72..387878f4 100644
--- a/plugins/iq_show.py
+++ b/plugins/iq_show.py
@@ -3,8 +3,8 @@ Show the exchanged IQs (useful for debugging).
"""
from plugin import BasePlugin
-from sleekxmpp.xmlstream.matcher import StanzaPath
-from sleekxmpp.xmlstream.handler import Callback
+from slixmpp.xmlstream.matcher import StanzaPath
+from slixmpp.xmlstream.handler import Callback
class Plugin(BasePlugin):
def init(self):