mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Replace deprecated __package__
This commit is contained in:
parent
f7446043ff
commit
6b239aae12
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ from .logconf import (
|
|||
)
|
||||
|
||||
COMMAND_NAME = "linkchecker"
|
||||
PACKAGE_NAME = __package__
|
||||
PACKAGE_NAME = __spec__.parent
|
||||
|
||||
|
||||
def module_path():
|
||||
|
|
|
|||
Loading…
Reference in a new issue