core: add __NOT_HPI_MODULE__ flag to mark utility files etc
(more of an intermediate solution perhaps)
This commit is contained in:
parent
322c55a19a
commit
c2620cf8dd
12 changed files with 48 additions and 56 deletions
|
@ -29,3 +29,5 @@ def set_repo(name: str, repo: Union[Path, str]) -> None:
|
|||
# TODO set_repo is still useful, but perhaps move this thing away to core?
|
||||
|
||||
# TODO ok, I need to get rid of this, better to rely on regular imports
|
||||
|
||||
from .core import __NOT_HPI_MODULE__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue