From 9d75b130bc49d5287ca9999ea00e6ed583c05c0d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Sat, 29 Aug 2015 18:37:08 -0700 Subject: [PATCH] lint: accept all new categories --- fdroidserver/lint.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fdroidserver/lint.py b/fdroidserver/lint.py index 8b31f051..e99ac659 100644 --- a/fdroidserver/lint.py +++ b/fdroidserver/lint.py @@ -114,7 +114,9 @@ categories = Set([ "Connectivity", "Development", "Games", + "Graphics", "Internet", + "Money", "Multimedia", "Navigation", "Office", @@ -124,6 +126,8 @@ categories = Set([ "Security", "System", "Theming", + "Time", + "Writing", ]) desc_url = re.compile("[^[]\[([^ ]+)( |\]|$)") -- 2.30.2