mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-15 10:03:10 +00:00
ensure the signal module is available
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3240 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
faddd9acc3
commit
74327404a4
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
Management of checking a queue of links with several threads.
|
||||
"""
|
||||
import time
|
||||
import signal
|
||||
import linkcheck
|
||||
import linkcheck.log
|
||||
import linkcheck.cache.urlqueue
|
||||
|
|
|
|||
Loading…
Reference in a new issue