mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 13:14:24 -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
|
@ -29,7 +29,7 @@ from ..util import (
|
|||
URL_REGEX,
|
||||
)
|
||||
from ..index.schema import Link
|
||||
from ..logging import pretty_path, TimedProgress, log_source_saved
|
||||
from ..logging_util import pretty_path, TimedProgress, log_source_saved
|
||||
from .pocket_html import parse_pocket_html_export
|
||||
from .pinboard_rss import parse_pinboard_rss_export
|
||||
from .shaarli_rss import parse_shaarli_rss_export
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue