mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 04:44:42 +00:00
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:
parent
2ec5c054fe
commit
781ccf96c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue