license tag

This commit is contained in:
Mattias Andrée 2012-10-30 19:35:04 +01:00
parent 862d123781
commit 8e08ca9780

View file

@ -213,7 +213,7 @@ class PonysayTool():
fields.sort()
standardfields = ['GROUP NAME', 'NAME', 'OTHER NAMES', 'APPEARANCE', 'KIND', 'GROUP',
'BALLOON', 'LINK', 'LINK ON', 'COAT', 'MANE', 'EYE', 'AURA', 'DISPLAY',
'MASTER', 'SOURCE', 'MEDIA', 'FREE', 'comment']
'MASTER', 'SOURCE', 'MEDIA', 'LICENSE', 'FREE', 'comment']
for standard in standardfields:
if standard in fields:
del fields[fields.index(standard)]