fix .paths imports
This commit is contained in:
parent
3ee2deecae
commit
0415ea2560
5 changed files with 13 additions and 28 deletions
|
@ -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')))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue