use my.config instead of mycfg; minor cleanups and docstrings
This commit is contained in:
parent
f31ff71e6f
commit
e5b3a1e91e
37 changed files with 142 additions and 110 deletions
|
@ -8,12 +8,12 @@ from typing import Iterator
|
|||
|
||||
from .common import PathIsh
|
||||
|
||||
import mycfg.repos.fbmessengerexport.dal as messenger
|
||||
from mycfg import paths
|
||||
import my.config.repos.fbmessengerexport.dal as messenger
|
||||
from my.config import fbmessenger as config
|
||||
|
||||
|
||||
def _dal() -> messenger.DAL:
|
||||
return messenger.DAL(paths.fbmessenger.export_db)
|
||||
return messenger.DAL(config.export_db)
|
||||
|
||||
|
||||
# TODO Result type?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue