add irc scheme to netloc using schemes

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3238 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-05-17 19:12:29 +00:00
parent 2ec5c054fe
commit 781ccf96c1

View file

@ -23,7 +23,7 @@ import os
import urlparse
import urllib
urlparse.uses_netloc.append('ldap')
urlparse.uses_netloc.extend(('ldap', 'irc'))
# constants defining url part indexes
SCHEME = 0