do not catch cookie error on check

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1802 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-09-14 20:01:35 +00:00
parent 3f9e2646fe
commit fda2392fc6

View file

@ -24,7 +24,6 @@ import re
import urlparse
import nntplib
import ftplib
import Cookie
import linkcheck.httplib2
import linkcheck.dns.exception
@ -54,8 +53,6 @@ ExcList = [
ftplib.error_temp,
ftplib.error_perm,
ftplib.error_proto,
# Cookie error
Cookie.CookieError,
]
# XXX remove this when depending on python >= 2.4
if hasattr(socket, "sslerror"):