use my.config instead of mycfg; minor cleanups and docstrings
This commit is contained in:
parent
f31ff71e6f
commit
9fe5c8e670
37 changed files with 142 additions and 110 deletions
|
@ -11,7 +11,7 @@ from datetime import datetime
|
|||
from .common import LazyLogger, get_files, group_by_key, cproperty, make_dict
|
||||
from .kython.kompress import open as kopen
|
||||
|
||||
from mycfg import rtm as config
|
||||
from my.config import rtm as config
|
||||
|
||||
|
||||
import icalendar # type: ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue