mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 01:40:23 +00:00
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:
parent
3f9e2646fe
commit
fda2392fc6
1 changed files with 0 additions and 3 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Reference in a new issue