mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
new version handling and absolute imports
This commit is contained in:
parent
bc1bc9fe02
commit
93216a3c3e
9 changed files with 58 additions and 61 deletions
|
@ -24,8 +24,8 @@ from typing import Tuple, List, IO, Iterable
|
|||
from datetime import datetime
|
||||
import xml.etree.ElementTree as etree
|
||||
|
||||
from config import TIMEOUT
|
||||
from util import (
|
||||
from .config import TIMEOUT
|
||||
from .util import (
|
||||
htmldecode,
|
||||
str_between,
|
||||
URL_REGEX,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue