-
-
-
-
test
Fix the naming of the fallback import from the previous change.
Review Request #1038 — Created Jan. 25, 2018 and submitted
Information | |
---|---|
guest1224 | |
Review Board | |
4c3e9c2... | |
Reviewers | |
guest1224 |
The fallback import, `SortedDict`, was not being renamed to `OrderedDict`, meaning that code was still broken when on older versions of Python. This fixes up the name to be aliased properly.