mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 23:54:27 -04:00
move logging_util into archivebox.misc subfolder
This commit is contained in:
parent
e469c5a344
commit
4a5d607296
44 changed files with 89 additions and 113 deletions
|
@ -10,10 +10,10 @@ from rich.console import Console
|
|||
|
||||
import django
|
||||
|
||||
from . import CONSTANTS
|
||||
from archivebox.misc import logging
|
||||
|
||||
from . import CONSTANTS
|
||||
from .common import SHELL_CONFIG
|
||||
from ..misc import logging
|
||||
|
||||
|
||||
if not SHELL_CONFIG.USE_COLOR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue