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
|
@ -9,7 +9,7 @@ from ..common import LazyLogger
|
|||
from ..error import Res
|
||||
from ..notes import orgmode
|
||||
|
||||
from mycfg import weight as config
|
||||
from my.config import weight as config
|
||||
|
||||
|
||||
log = LazyLogger('my.body.weight')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue