mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-26 18:02:30 +10:00
refactor: Move logging.py to main module to avoid circular import issues
This commit is contained in:
@@ -3,7 +3,7 @@ from django.utils.html import format_html
|
||||
|
||||
from util import htmldecode, urldecode
|
||||
from core.models import Snapshot
|
||||
from cli.logging import printable_filesize
|
||||
from archivebox.logging import printable_filesize
|
||||
|
||||
# TODO: https://stackoverflow.com/questions/40760880/add-custom-button-to-django-admin-panel
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from cli.logging import log_shell_welcome_msg
|
||||
from archivebox.logging import log_shell_welcome_msg
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user