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

@ -12,7 +12,7 @@ from ..main import (
list_all,
schedule,
)
from ..util import ansi_to_html
from archivebox.misc.util import ansi_to_html
from ..config.legacy import ONLY_NEW