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/thirdparty/__init__.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'slixmpp/thirdparty/__init__.py') diff --git a/slixmpp/thirdparty/__init__.py b/slixmpp/thirdparty/__init__.py index fd6b5f72..5caa28d3 100644 --- a/slixmpp/thirdparty/__init__.py +++ b/slixmpp/thirdparty/__init__.py @@ -1,8 +1,3 @@ -try: - from collections import OrderedDict -except: - from slixmpp.thirdparty.ordereddict import OrderedDict - try: from gnupg import GPG except: -- cgit v1.2.3