From 940e3489d216e2850c268b2ff45ba381eb930a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= <maandree@operamail.com> Date: Tue, 30 Oct 2012 22:38:03 +0100 Subject: [PATCH] BALLOON {TOP,BOTTOM} tags --- ponysay-tool.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ponysay-tool.py b/ponysay-tool.py index 6c902c19..5114dcd2 100755 --- a/ponysay-tool.py +++ b/ponysay-tool.py @@ -318,9 +318,10 @@ class PonysayTool(): data['comment'] = '\n'.join(comment) fields = [key for key in data] fields.sort() - standardfields = ['GROUP NAME', 'NAME', 'OTHER NAMES', 'APPEARANCE', 'KIND', 'GROUP', - 'BALLOON', 'LINK', 'LINK ON', 'COAT', 'MANE', 'EYE', 'AURA', 'DISPLAY', - 'MASTER', 'SOURCE', 'MEDIA', 'LICENSE', 'FREE', 'comment'] + standardfields = ['GROUP NAME', 'NAME', 'OTHER NAMES', 'APPEARANCE', 'KIND', + 'GROUP', 'BALLOON', 'LINK', 'LINK ON', 'COAT', 'MANE', 'EYE', + 'AURA', 'DISPLAY', 'BALLOON TOP', 'BALLOON BOTTOM', 'MASTER', + 'SOURCE', 'MEDIA', 'LICENSE', 'FREE', 'comment'] for standard in standardfields: if standard in fields: del fields[fields.index(standard)]