Closed
Bug 1252220
Opened 9 years ago
Closed 9 years ago
Remove dependency of ordereddict
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
Attachments
(1 file)
Most likely, we used to depend on it [0] back when we had to use Python 2.6.
It's better to use the built-in::
from collections import OrderedDict
[0] https://github.com/mozilla/socorro/blob/9777654a31b73585390935a353535a47f3c22f5d/requirements.txt#L90
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → peterbe
| Assignee | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/598cd98fbd10ac2edaa39448e692de82effd13b8
fixes bug 1252220 - Remove dependency of ordereddict (#3637)
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•