summaryrefslogtreecommitdiff
path: root/pies/collections.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-11-13 22:37:25 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2013-11-13 22:37:25 -0500
commit032179edda73bdb3fb2cfd4969243c526fa545aa (patch)
treef5e30b542ed80dc6971e492c4bd1cb3145c28948 /pies/collections.py
parentf7780c91f8e50719ed8b3be641942f2db8b564e9 (diff)
downloadpies-032179edda73bdb3fb2cfd4969243c526fa545aa.tar.gz
Small fixes
Diffstat (limited to 'pies/collections.py')
-rw-r--r--pies/collections.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pies/collections.py b/pies/collections.py
index f5fd457..83e4611 100644
--- a/pies/collections.py
+++ b/pies/collections.py
@@ -7,3 +7,4 @@ from .version_info import PY2
if PY2:
from UserString import *
from UserList import *
+ from ordereddict import OrderedDict