Kaydet (Commit) ff7c1166 authored tarafından Caolán McNamara's avatar Caolán McNamara

want to search for some sample pcts

Change-Id: I1e3c8e0994d17c6d5465fe63ab73f927e90c4991
üst 96215af8
...@@ -320,6 +320,7 @@ mimetypes = { ...@@ -320,6 +320,7 @@ mimetypes = {
'image/x-sgf': 'sgf', 'image/x-sgf': 'sgf',
'image/x-svm': 'svm', 'image/x-svm': 'svm',
'image/x-wmf': 'wmf', 'image/x-wmf': 'wmf',
'image/x-pict': 'pict',
} }
# disabled for now, this would download gigs of pngs/jpegs... # disabled for now, this would download gigs of pngs/jpegs...
...@@ -332,7 +333,6 @@ common_noncore_mimetypes = [ ...@@ -332,7 +333,6 @@ common_noncore_mimetypes = [
('image/x-met', 'met'), ('image/x-met', 'met'),
('image/x-portable-bitmap', 'pbm'), ('image/x-portable-bitmap', 'pbm'),
('image/x-photo-cd', 'pcd'), ('image/x-photo-cd', 'pcd'),
('image/x-pict', 'pict'),
('image/x-pcx', 'pcx'), ('image/x-pcx', 'pcx'),
('image/x-portable-graymap', 'pgm'), ('image/x-portable-graymap', 'pgm'),
('image/x-portable-pixmap', 'ppm'), ('image/x-portable-pixmap', 'ppm'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment