mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -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
|
@ -3,7 +3,7 @@ from django.utils.html import format_html
|
|||
|
||||
from util import htmldecode, urldecode
|
||||
from core.models import Snapshot
|
||||
from archivebox.logging import printable_filesize
|
||||
from archivebox.logging_util import printable_filesize
|
||||
|
||||
# TODO: https://stackoverflow.com/questions/40760880/add-custom-button-to-django-admin-panel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue