summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0071
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0071')
-rw-r--r--slixmpp/plugins/xep_0071/stanza.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0071/stanza.py b/slixmpp/plugins/xep_0071/stanza.py
index d997cb3a..3df686cf 100644
--- a/slixmpp/plugins/xep_0071/stanza.py
+++ b/slixmpp/plugins/xep_0071/stanza.py
@@ -8,7 +8,7 @@
from slixmpp.stanza import Message
from slixmpp.util import unicode
-from slixmpp.thirdparty import OrderedDict
+from collections import OrderedDict
from slixmpp.xmlstream import ElementBase, ET, register_stanza_plugin, tostring