mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-18 17:14:39 -04:00
move system.py into misc folder
This commit is contained in:
parent
7a41b6ae46
commit
dfca4b13b2
28 changed files with 78 additions and 58 deletions
|
@ -13,7 +13,7 @@ from typing import IO, Tuple, List, Optional
|
|||
from datetime import datetime, timezone
|
||||
from pathlib import Path
|
||||
|
||||
from ..system import atomic_write
|
||||
from archivebox.misc.system import atomic_write
|
||||
from ..config.legacy import (
|
||||
ANSI,
|
||||
OUTPUT_DIR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue