summaryrefslogtreecommitdiff
path: root/wheel/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'wheel/util.py')
-rw-r--r--wheel/util.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/wheel/util.py b/wheel/util.py
index 5268813..20f386f 100644
--- a/wheel/util.py
+++ b/wheel/util.py
@@ -5,10 +5,7 @@ import os
import base64
import json
import hashlib
-try:
- from collections import OrderedDict
-except ImportError:
- OrderedDict = dict
+from collections import OrderedDict
__all__ = ['urlsafe_b64encode', 'urlsafe_b64decode', 'utf8',
'to_json', 'from_json', 'matches_requirement']