linkchecker/linkcheck/__main__.py
Chris Mayo 5fef9a3b60 Generate linkchecker command using an entry point
drop_privileges() is only used by the linkchecker command.
Move installing SIGUSR1 handler to the linkchecker command only - fixes
intermittent test failures.
2021-12-20 19:34:58 +00:00

3 lines
60 B
Python

from .command.linkchecker import linkchecker
linkchecker()