diff -r 13e476fba3bb -r 666aec2fb8d9 MIMETypes.st --- a/MIMETypes.st Mon Jun 19 19:49:17 2017 +0200 +++ b/MIMETypes.st Fri Jun 23 13:43:48 2017 +0200 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1997 by eXept Software AG All Rights Reserved @@ -636,10 +634,14 @@ ('lisp' 'lsp' 'scm' 'ss' 'arc' 'cl' 'brg') 'application/x-lisp-source' + 'py' 'application/x-python-source' + ('pyc' 'pyo' ) 'application/x-python-compiled-bytecode' + 'pyd' 'application/x-python-compiled-code' + 'whl' 'application/x-python-wheel-package' ) - "Modified (format): / 05-02-2017 / 19:37:15 / cg" + "Modified: / 23-06-2017 / 13:34:37 / cg" ! applicationTextTypeList