summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0131/stanza.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/plugins/xep_0131/stanza.py')
-rw-r--r--slixmpp/plugins/xep_0131/stanza.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0131/stanza.py b/slixmpp/plugins/xep_0131/stanza.py
index 4077d571..cbbe61a7 100644
--- a/slixmpp/plugins/xep_0131/stanza.py
+++ b/slixmpp/plugins/xep_0131/stanza.py
@@ -6,7 +6,7 @@
See the file LICENSE for copying permission.
"""
-from slixmpp.thirdparty import OrderedDict
+from collections import OrderedDict
from slixmpp.xmlstream import ET, ElementBase