move system.py into misc folder

This commit is contained in:
Nick Sweeting
2024-09-30 17:13:55 -07:00
parent 7a41b6ae46
commit dfca4b13b2
28 changed files with 78 additions and 58 deletions

View File

@@ -22,7 +22,7 @@ from rich import print
from rich.panel import Panel
from archivebox.config import CONSTANTS, DATA_DIR, VERSION, SHELL_CONFIG
from .system import get_dir_size
from archivebox.misc.system import get_dir_size
from .util import enforce_types
from .misc.logging import ANSI, stderr