mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
fix: Rename logging folder to avoid naming conflicts (and circular import issues)
This commit is contained in:
parent
0965031d8f
commit
a5550b2105
29 changed files with 28 additions and 28 deletions
|
@ -88,7 +88,7 @@ from .config import (
|
|||
USER_CONFIG,
|
||||
get_real_name,
|
||||
)
|
||||
from .logging import (
|
||||
from .logging_util import (
|
||||
TERM_WIDTH,
|
||||
TimedProgress,
|
||||
log_importing_started,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue