general: get rid of example_config & use demo/stub my.config instead
This commit is contained in:
parent
96be32aa51
commit
1849a66f08
10 changed files with 27 additions and 34 deletions
|
@ -21,12 +21,9 @@ def modules() -> Iterable[HPIModule]:
|
|||
|
||||
def ignored(m: str) -> bool:
|
||||
excluded = [
|
||||
# legacy stuff left for backwards compatibility
|
||||
'core.*',
|
||||
'config.*',
|
||||
## todo move these to core
|
||||
'kython.*',
|
||||
'mycfg_stub',
|
||||
##
|
||||
]
|
||||
exs = '|'.join(excluded)
|
||||
return re.match(f'^my.({exs})$', m) is not None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue