From ff7c116621189256e118fa0ba3c9c51bd99f081d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 27 Jul 2012 09:42:43 +0100 Subject: want to search for some sample pcts Change-Id: I1e3c8e0994d17c6d5465fe63ab73f927e90c4991 --- bin/get-bugzilla-attachments-by-mimetype | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 0ddec68e5eab..6d5177be3cae 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -320,6 +320,7 @@ mimetypes = { 'image/x-sgf': 'sgf', 'image/x-svm': 'svm', 'image/x-wmf': 'wmf', + 'image/x-pict': 'pict', } # disabled for now, this would download gigs of pngs/jpegs... @@ -332,7 +333,6 @@ common_noncore_mimetypes = [ ('image/x-met', 'met'), ('image/x-portable-bitmap', 'pbm'), ('image/x-photo-cd', 'pcd'), - ('image/x-pict', 'pict'), ('image/x-pcx', 'pcx'), ('image/x-portable-graymap', 'pgm'), ('image/x-portable-pixmap', 'ppm'), -- cgit