add image/x-sun-raster mimetype

Change-Id: I6c53ec2ae15a68b9fa6bfd0daf81d6a21ca6c457
This commit is contained in:
Caolán McNamara 2014-04-16 16:53:31 +01:00
parent 032a127348
commit b5fd106f93

View File

@ -437,6 +437,7 @@ mimetypes = {
'image/x-portable-pixmap': 'ppm',
'image/vnd.adobe.photoshop': 'psd',
'image/x-cmu-raster': 'ras',
'image/x-sun-raster': 'ras',
'image/x-xbitmap': 'xbm',
'image/x-xpixmap': 'xpm',
}