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

@@ -2,7 +2,7 @@ import logging
import os
import shlex
from clan_cli.custom_logger import get_callers
from clan_lib.custom_logger import get_callers
from clan_vm_manager import main
log = logging.getLogger(__name__)