want to search for some sample pcts

Change-Id: I1e3c8e0994d17c6d5465fe63ab73f927e90c4991
This commit is contained in:
Caolán McNamara 2012-07-27 09:42:43 +01:00
parent 96215af8ad
commit ff7c116621

View file

@ -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'),