move serve_static and shell_welcome_message into misc

This commit is contained in:
Nick Sweeting 2024-10-14 17:35:28 -07:00
parent 5ac941cf2e
commit 9a04ed7c76
No known key found for this signature in database
5 changed files with 6 additions and 5 deletions

View file

@ -30,8 +30,8 @@ from queues.tasks import bg_add
from archivebox.config import CONSTANTS_CONFIG, DATA_DIR, VERSION
from archivebox.config.common import SHELL_CONFIG, SERVER_CONFIG
from archivebox.misc.util import base_url, htmlencode, ts_to_date_str
from archivebox.misc.serve_static import serve_static_with_byterange_support
from .serve_static import serve_static_with_byterange_support
from ..plugins_extractor.archivedotorg.apps import ARCHIVEDOTORG_CONFIG
from ..logging_util import printable_filesize
from ..search import query_search_index