summaryrefslogtreecommitdiff
path: root/slixmpp/stanza/stream_features.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/stanza/stream_features.py')
-rw-r--r--slixmpp/stanza/stream_features.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/stanza/stream_features.py b/slixmpp/stanza/stream_features.py
index 4d46b979..05788771 100644
--- a/slixmpp/stanza/stream_features.py
+++ b/slixmpp/stanza/stream_features.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 StanzaBase