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
68 changed files with 136 additions and 161 deletions

View File

@@ -9,7 +9,7 @@ import argparse
from typing import List, Optional, IO
from ..main import update
from ..util import docstring
from archivebox.misc.util import docstring
from ..config.legacy import OUTPUT_DIR
from ..index import (
LINK_FILTERS,