Add .pyo as an extension, fixes bug #416462. Also restore alphabetic order.
This commit is contained in:
parent
b870c75253
commit
2750bcc2d1
|
@ -197,9 +197,10 @@ types_map = {
|
|||
'.pnm': 'image/x-portable-anymap',
|
||||
'.png': 'image/png',
|
||||
'.ppm': 'image/x-portable-pixmap',
|
||||
'.ps': 'application/postscript',
|
||||
'.py': 'text/x-python',
|
||||
'.pyc': 'application/x-python-code',
|
||||
'.ps': 'application/postscript',
|
||||
'.pyo': 'application/x-python-code',
|
||||
'.qt': 'video/quicktime',
|
||||
'.ras': 'image/x-cmu-raster',
|
||||
'.rgb': 'image/x-rgb',
|
||||
|
|
Loading…
Reference in New Issue