python-audiotranscode icon indicating copy to clipboard operation
python-audiotranscode copied to clipboard

use python built-in mimetypes module instead of using own strings

Open devsnd opened this issue 12 years ago • 0 comments

http://docs.python.org/2/library/mimetypes.html#mimetypes.common_types

>>> mimetypes.types_map['.tgz']
'application/x-tar-gz'

devsnd avatar Apr 12 '13 19:04 devsnd