mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
move to new vendoring fallback logic
This commit is contained in:
parent
eeb70c4018
commit
2c2d034d6d
14 changed files with 54 additions and 16 deletions
|
@ -7,7 +7,7 @@ from typing import IO, Iterable, Optional
|
|||
from configparser import ConfigParser
|
||||
|
||||
from pathlib import Path
|
||||
from ..vendor.pocket import Pocket
|
||||
from pocket import Pocket
|
||||
|
||||
from ..index.schema import Link
|
||||
from ..util import enforce_types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue