Rename my_configuration to mycfg for brevity
This commit is contained in:
parent
cd804091c3
commit
78acb1b359
31 changed files with 65 additions and 70 deletions
|
@ -2,8 +2,8 @@
|
|||
from pathlib import Path, PosixPath
|
||||
from typing import List, Sequence, Mapping
|
||||
|
||||
from my_configuration import paths
|
||||
import my_configuration.repos.rexport.model as rexport
|
||||
from mycfg import paths
|
||||
import mycfg.repos.rexport.model as rexport
|
||||
|
||||
|
||||
# TODO Move this to kython.kompress?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue