mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-17 08:34:26 -04:00
move util.py into misc folder
This commit is contained in:
parent
dfca4b13b2
commit
363a499289
68 changed files with 136 additions and 161 deletions
|
@ -37,7 +37,7 @@ from ..config.legacy import (
|
|||
CONFIG,
|
||||
)
|
||||
from ..logging_util import printable_filesize
|
||||
from ..util import base_url, htmlencode, ts_to_date_str
|
||||
from archivebox.misc.util import base_url, htmlencode, ts_to_date_str
|
||||
from ..search import query_search_index
|
||||
from .serve_static import serve_static_with_byterange_support
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue