Move error handling to common
This commit is contained in:
parent
0415ea2560
commit
522d3bc5d9
3 changed files with 30 additions and 43 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue