From ed37174a2b40d2d90aa6a0c7f778108687d39602 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 17 Aug 2014 21:49:03 +0200 Subject: Always use OrderedDict from collections, and remove its implementation in slixmpp.thirdparty. --- slixmpp/stanza/stream_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slixmpp/stanza') 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 -- cgit v1.2.3