my.kython.konsume: move to core

This commit is contained in:
Dima Gerasimov 2020-10-29 01:14:38 +00:00 committed by karlicoss
parent cc127f1876
commit 655b86bb0a
4 changed files with 10 additions and 3 deletions

View file

@ -45,7 +45,7 @@ import pytz
from ..core import LazyLogger, Json
from ..core.common import isoparse
from ..error import Res, echain, sort_res_by
from ..kython.konsume import wrap, zoom, ignore, Zoomable, Wdict
from ..core.konsume import wrap, zoom, ignore, Zoomable, Wdict
logger = LazyLogger(__name__)