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
|
@ -25,3 +25,6 @@ def set_repo(name: str, repo):
|
|||
|
||||
module = import_from(repo, name)
|
||||
assign_module('my.config.repos', name, module)
|
||||
|
||||
|
||||
# TODO set_repo is still useful, but perhaps move this thing away to core?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue