diff --git a/sleekxmpp/thirdparty/__init__.py b/sleekxmpp/thirdparty/__init__.py index 4e9d847..276ac3c 100644 --- a/sleekxmpp/thirdparty/__init__.py +++ b/sleekxmpp/thirdparty/__init__.py @@ -1,4 +1,4 @@ try: - from ordereddict import OrderedDict + from collections import OrderedDict except: from sleekxmpp.thirdparty.ordereddict import OrderedDict