From 8e08ca97809c48fa6e3d0dd22346d2e6287cbb55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Tue, 30 Oct 2012 19:35:04 +0100 Subject: [PATCH] license tag --- ponysay-tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponysay-tool.py b/ponysay-tool.py index fffd6cbf..1ff383c0 100755 --- a/ponysay-tool.py +++ b/ponysay-tool.py @@ -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)]