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 00a439999b
commit ec19ef1ec5
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__)