more rna naming edits

This commit is contained in:
Campbell Barton 2010-08-15 12:32:37 +00:00
parent 0e7d0cfe2a
commit 310cc16fd6
2 changed files with 4587 additions and 4588 deletions

@ -195,8 +195,8 @@ def sort(props_list, sort_priority):
"""
# order based on the i-th element in lists
if sort_priority == "class.from":
props_list = sorted(props_list, key=lambda p: (p[2], p[3]))
if sort_priority == "class.to":
props_list = sorted(props_list, key=lambda p: (p[2], p[4]))
else:
i = sort_choices.index(sort_priority)
if i == 0:

File diff suppressed because it is too large Load Diff