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

This commit is contained in:
Martin v. Löwis 2001-06-05 05:17:00 +00:00
parent b870c75253
commit 2750bcc2d1
1 changed files with 2 additions and 1 deletions

View File

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