diff options
author | Anthony King <anthonydking@slimroms.net> | 2014-05-06 09:19:39 +0100 |
---|---|---|
committer | Anthony King <anthonydking@slimroms.net> | 2014-05-06 12:42:35 +0000 |
commit | 7446c5954aa2ca2d0353a5a3e91f6f7e4b9b17e7 (patch) | |
tree | 640c3f8649dcde8ea09f43495ccbd4ccd10c8a7e /subcmds/sync.py | |
parent | 666d534636d262cbfd971509dd0f0be0cddb2e11 (diff) | |
download | git-repo-7446c5954aa2ca2d0353a5a3e91f6f7e4b9b17e7.tar.gz |
Use sorted() rather than .sort()
dict.keys() produces a dict_keys object in Python 3, which does
not support .sort(). Use sorted() which will give the same outcome.
Change-Id: If6b33db07a31995b4e44959209d08d8fb74ae339
Diffstat (limited to 'subcmds/sync.py')
0 files changed, 0 insertions, 0 deletions