commit | 35d44f17af078075f80b53d4ce3de76f6b04643b | [log] [tgz] |
---|---|---|
author | Jason Zaman <jason@perfinion.com> | Fri Aug 05 02:33:55 2016 +0800 |
committer | James Carter <jwcart2@tycho.nsa.gov> | Fri Aug 05 12:57:08 2016 -0400 |
tree | bd29d758f7b3928b3e9c6e2d10e97d8bbd190c9e | |
parent | b51c39499bd9bfdbb026bfcb4a44815b0a84f156 [diff] |
seobject: use sorted() instead of .sort() 2to3 wanted to wrap all the .keys() calls in list() but doing sorted() directly is better. Signed-off-by: Jason Zaman <jason@perfinion.com> Signed-off-by: James Carter <jwcart2@tycho.nsa.gov>