From 897a4517b44e2cf1eb591853b57981a84e485c18 Mon Sep 17 00:00:00 2001 From: gigaherz Date: Mon, 13 Feb 2012 09:35:11 +0100 Subject: [PATCH] Add png to the mime types. --- test/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.py b/test/test.py index 84c6498ce..1e00ccc62 100644 --- a/test/test.py +++ b/test/test.py @@ -65,6 +65,7 @@ MIMEs = { '.pdf': 'application/pdf', '.xhtml': 'application/xhtml+xml', '.ico': 'image/x-icon', + '.png': 'image/png', '.log': 'text/plain' }