mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
sigh vendor yet another dependency
This commit is contained in:
parent
a58ad5b272
commit
bd8a01e677
6 changed files with 7 additions and 3 deletions
|
@ -10,7 +10,7 @@ from typing import Optional, Union, Set, Tuple
|
|||
from subprocess import run as subprocess_run
|
||||
|
||||
from crontab import CronTab
|
||||
from atomicwrites import atomic_write as lib_atomic_write
|
||||
from .vendor.atomicwrites import atomic_write as lib_atomic_write
|
||||
|
||||
from .util import enforce_types, ExtendedEncoder
|
||||
from .config import OUTPUT_PERMISSIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue