summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-16 10:24:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-20 12:57:31 +0000
commitc3eccfd1c2259ec8394988f900539797e27219fa (patch)
treeee8a46f69be1f077b1584cae0750b3c0ef31f1e0 /bin
parentc9cfc18edb9df04b1e30ab7478003175f7508352 (diff)
cgms are image/cgm
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: