added a few more __all__ lists

test___all__.py: fail silently in check_all if the module can't be imported
This commit is contained in:
Skip Montanaro 2001-01-25 15:29:22 +00:00
parent 438bb94789
commit 03d9014992
4 changed files with 16 additions and 8 deletions

View file

@ -27,6 +27,8 @@ import string
import posixpath
import urllib
__all__ = ["guess_type","guess_extension","read_mime_types","init"]
knownfiles = [
"/usr/local/etc/httpd/conf/mime.types",
"/usr/local/lib/netscape/mime.types",