== rna cleanup ==

Re-introducing the modification made by Cambpell yesterday [rev., I copied the file over and forgot to restore this.
Sorry for the noise :)
This commit is contained in:
Luca Bonavita
2010-06-29 17:23:48 +00:00
parent fab7671d20
commit e7d78649cb

View File

@@ -255,8 +255,8 @@ def main():
sort_choices = ['note','changed','class','from','to','kw']
default_sort_choice = sort_choices[0]
kw_prefixes = ['invert','is','lock','show','showonly','use','useonly']
kw = ['hidden','selected','layer','state']
kw_prefixes = ['invert','is','lock','show','show_only','use','use_only']
kw = ['hide','select','layer','state']
input_filename, sort_priority = check_commandline()
props_list,props_length_max = get_props(input_filename)