mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -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
|
@ -23,7 +23,7 @@ from signal_webhooks.utils import get_webhook_model
|
|||
|
||||
from archivebox.config import VERSION
|
||||
|
||||
from ..util import htmldecode, urldecode
|
||||
from archivebox.misc.util import htmldecode, urldecode
|
||||
|
||||
from core.models import Snapshot, ArchiveResult, Tag
|
||||
from core.mixins import SearchResultsAdminMixin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue