From c3eccfd1c2259ec8394988f900539797e27219fa Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 16 Mar 2012 10:24:34 +0000 Subject: cgms are image/cgm --- bin/get-bugzilla-attachments-by-mimetype | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 3e9381f98cb2..663406ab5a74 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -237,6 +237,7 @@ image_mimetypes = [ ('image/gif', 'gif'), ('image/jpeg', 'jpeg'), ('image/png', 'png'), + ('image/cgm', 'cgm'), ] for (mimetype,extension) in mimetypes: -- cgit