fix .paths imports

This commit is contained in:
Dima Gerasimov 2019-12-21 09:48:07 +00:00
parent 3ee2deecae
commit 0415ea2560
5 changed files with 13 additions and 28 deletions

View file

@ -30,8 +30,7 @@ def _get_files():
export_path = _export_path
if export_path is None:
# fallback to mycfg
# TODO import mycfg?
from . import paths
from mycfg import paths
export_path = paths.instapaper.export_path
return list(sorted(Path(export_path).glob('*.json')))