Move error handling to common

This commit is contained in:
Dima Gerasimov 2019-12-21 10:58:45 +00:00
parent 0415ea2560
commit 522d3bc5d9
3 changed files with 30 additions and 43 deletions

View file

@ -4,9 +4,11 @@ from typing import Iterable, NamedTuple, Optional
from itertools import chain
import porg
from kython import listify
from .common import listify
from ..error import Res, echain
from kython.org import parse_org_date
from kython.kerror import Res, echain
from mycfg import paths