move util.py into misc folder

This commit is contained in:
Nick Sweeting 2024-09-30 17:25:15 -07:00
parent dfca4b13b2
commit 363a499289
No known key found for this signature in database
68 changed files with 136 additions and 161 deletions

View file

@ -22,7 +22,7 @@ from ..config.legacy import (
stderr,
hint,
)
from ..util import (
from archivebox.misc.util import (
basename,
htmldecode,
download_url,