mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 12:54:42 +00:00
Don't rely on linkcheck/__init__.py for log aliases in linkchecker
This commit is contained in:
parent
a6d6fa0cd4
commit
7ea9cbf056
1 changed files with 1 additions and 2 deletions
|
|
@ -28,8 +28,7 @@ import getpass
|
|||
|
||||
# installs _() and _n() gettext functions into global namespace
|
||||
import linkcheck
|
||||
log = linkcheck.log
|
||||
logconf = linkcheck.logconf
|
||||
from linkcheck import log, logconf
|
||||
LOG_CMDLINE = linkcheck.LOG_CMDLINE
|
||||
|
||||
logconf.init_log_config()
|
||||
|
|
|
|||
Loading…
Reference in a new issue