mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 15:27:53 +10:00
move system.py into misc folder
This commit is contained in:
@@ -7,7 +7,7 @@ from typing import Optional
|
||||
import json
|
||||
|
||||
from ..index.schema import Link, ArchiveResult, ArchiveError
|
||||
from ..system import run, atomic_write
|
||||
from archivebox.misc.system import run, atomic_write
|
||||
from ..util import enforce_types, is_static_file
|
||||
from ..logging_util import TimedProgress
|
||||
from .title import get_html
|
||||
|
||||
Reference in New Issue
Block a user