598e6644eb1cf3ebfc796a96df8488629a1fdc35
This sorting logic is useful enough to embed in other applications. Split up the "sorting" from the "printing", introducing a new sorted_ids() method that simply returns a list of sorted compose ID strings.
sorted_ids()
Looks good to me. Thanks.
Pull-Request has been merged by lsedlar
This sorting logic is useful enough to embed in other applications.
Split up the "sorting" from the "printing", introducing a new
sorted_ids()method that simply returns a list of sorted compose IDstrings.