really return value

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3117 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-04-08 09:00:44 +00:00
parent 4845e926a9
commit cce1d273a7

View file

@ -220,7 +220,7 @@ def url_fix_host (urlparts):
if port != dport:
host = "%s:%d" % (host, port)
urlparts[1] = userpass+host
return is_idn
def url_fix_common_typos (url):
"""