Change-Id: I130d81ee954e001b7f79a25c5390c36bb37670d7pull/122/head
if iterable is None or isinstance(iterable, Undefined): | if iterable is None or isinstance(iterable, Undefined): | ||||
return iterable | return iterable | ||||
# Do effective custom sorting of iterable here | # Do effective custom sorting of iterable here | ||||
return sorted(iterable, cmp=fqdn_sort_fn) | |||||
return sorted(set(iterable), cmp=fqdn_sort_fn) |