Kaydet (Commit) 2750bcc2 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Add .pyo as an extension, fixes bug #416462. Also restore alphabetic order.

üst b870c752
...@@ -197,9 +197,10 @@ types_map = { ...@@ -197,9 +197,10 @@ types_map = {
'.pnm': 'image/x-portable-anymap', '.pnm': 'image/x-portable-anymap',
'.png': 'image/png', '.png': 'image/png',
'.ppm': 'image/x-portable-pixmap', '.ppm': 'image/x-portable-pixmap',
'.ps': 'application/postscript',
'.py': 'text/x-python', '.py': 'text/x-python',
'.pyc': 'application/x-python-code', '.pyc': 'application/x-python-code',
'.ps': 'application/postscript', '.pyo': 'application/x-python-code',
'.qt': 'video/quicktime', '.qt': 'video/quicktime',
'.ras': 'image/x-cmu-raster', '.ras': 'image/x-cmu-raster',
'.rgb': 'image/x-rgb', '.rgb': 'image/x-rgb',
......
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