more takeout to a separate subpackage

This commit is contained in:
Dima Gerasimov 2020-04-24 18:10:33 +01:00
parent d1aa4d19dc
commit a84b51807f
5 changed files with 9 additions and 10 deletions

View file

@ -32,8 +32,8 @@ import pytest # type: ignore
)
def test_parser(path: str):
path = 'Takeout/' + path
from my.kython.ktakeout import read_html
from my.takeout import get_last_takeout
from my.google.takeout.html import read_html
from my.google.takeout.paths import get_last_takeout
tpath = get_last_takeout(path=path)