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

@ -6,7 +6,7 @@ from time import mktime
from feedparser import parse as feedparser
from ..index.schema import Link
from ..util import (
from archivebox.misc.util import (
htmldecode,
enforce_types
)