mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-20 06:10:59 +00:00
Use the builtin set type.
This commit is contained in:
parent
350c952a1f
commit
7302f4bc22
1 changed files with 0 additions and 4 deletions
|
|
@ -20,10 +20,6 @@
|
|||
@type default_resolver: linkcheck.dns.resolver.Resolver object"""
|
||||
|
||||
import socket
|
||||
try:
|
||||
set
|
||||
except NameError:
|
||||
from sets import Set as set
|
||||
import sys
|
||||
import os
|
||||
import time
|
||||
|
|
|
|||
Loading…
Reference in a new issue