diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-16 10:24:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-20 12:57:31 +0000 |
commit | c3eccfd1c2259ec8394988f900539797e27219fa (patch) | |
tree | ee8a46f69be1f077b1584cae0750b3c0ef31f1e0 /bin | |
parent | c9cfc18edb9df04b1e30ab7478003175f7508352 (diff) |
cgms are image/cgm
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 1 |
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: |