new version handling and absolute imports

This commit is contained in:
Nick Sweeting 2019-03-27 15:35:13 -04:00
parent bc1bc9fe02
commit 93216a3c3e
9 changed files with 58 additions and 61 deletions

View file

@ -22,8 +22,8 @@ Link {
from typing import Iterable
from collections import OrderedDict
from schema import Link
from util import (
from .schema import Link
from .util import (
scheme,
fuzzy_url,
merge_links,