Skip to content

Commit ef07e4a

Browse files
committed
-
1 parent 86f90e3 commit ef07e4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source_py3/python_toolbox/nifty_collections/ordered_dict.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
except ImportError:
1818
StdlibOrderedDict = None
1919

20-
20+
import collections
21+
collections.UserDict
2122
class OrderedDict(dict, abc.MutableMapping):
2223
'''Dict that maintains order of items.'''
2324

0 commit comments

Comments
 (0)