Remove duplication.

This commit is contained in:
Ezio Melotti 2011-10-19 10:58:56 +03:00
parent a5a9a9c369
commit e130a52d8a
36 changed files with 43 additions and 43 deletions

View file

@ -1020,7 +1020,7 @@ class DefaultCookiePolicy(CookiePolicy):
(not erhn.startswith(".") and
not ("."+erhn).endswith(domain))):
_debug(" effective request-host %s (even with added "
"initial dot) does not end end with %s",
"initial dot) does not end with %s",
erhn, domain)
return False
if (cookie.version > 0 or