summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype1
1 files changed, 1 insertions, 0 deletions
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: