clan-cli: clan_cli.custom_logger -> clan_lib.custom_logger

This commit is contained in:
lassulus
2025-05-20 15:08:02 +02:00
parent a4895a4d96
commit 1f0c355175
11 changed files with 10 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ import logging
import shlex
from clan_cli import create_parser
from clan_cli.custom_logger import print_trace
from clan_lib.custom_logger import print_trace
log = logging.getLogger(__name__)