mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-22 07:53:00 +10:00
new version handling and absolute imports
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user