Simplify config discovery: get rid of the hacky stub and reimport proper config automatically
This commit is contained in:
parent
fd224d8c38
commit
636060db57
10 changed files with 35 additions and 25 deletions
7
my/config/__init__.py
Normal file
7
my/config/__init__.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# TODO ok, this thing should trigger .cfg import presumably??
|
||||
from .. import init
|
||||
|
||||
# TODO maybe, reuse mycfg_template here?
|
||||
|
||||
class stub:
|
||||
key = 'value'
|
0
my/config/repos/.gitkeep
Normal file
0
my/config/repos/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue