From 7a8a9b9d93ad0f4a273fea8653f96471a283c656 Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Mon, 13 Feb 2012 20:33:33 -0600 Subject: [PATCH] Add gif as known mime type for `make server` --- test/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.py b/test/test.py index 84c6498ce..79d5cd092 100644 --- a/test/test.py +++ b/test/test.py @@ -64,6 +64,7 @@ MIMEs = { '.svg': 'image/svg+xml', '.pdf': 'application/pdf', '.xhtml': 'application/xhtml+xml', + '.gif': 'image/gif', '.ico': 'image/x-icon', '.log': 'text/plain' }