From 75a1a32537150af4681d411e6b154c823731dee0 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 23 Jul 2005 10:53:01 +0000 Subject: most systems already know about .shtml files git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@74 86f53f14-5ff3-0310-afe5-9b438ce3f40c --- schemes/file.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'schemes/file.py') diff --git a/schemes/file.py b/schemes/file.py index 5351317..980e3d0 100644 --- a/schemes/file.py +++ b/schemes/file.py @@ -1,5 +1,5 @@ -# file.py handle urls with a file scheme +# file.py - handle urls with a file scheme # # Copyright (C) 1998, 1999 Albert Hopkins (marduk) # Copyright (C) 2002 Mike W. Meyer @@ -29,9 +29,6 @@ import time import mimetypes import re -# FIXME: store this extension somewhere else -mimetypes.add_type('text/html','.shtml') - def get_info(link): """Retreive some basic information about the file. Store the results in the link object.""" -- cgit v1.2.3