core: add __NOT_HPI_MODULE__ flag to mark utility files etc
(more of an intermediate solution perhaps)
This commit is contained in:
parent
3b9941e9ee
commit
fd41caa640
12 changed files with 48 additions and 56 deletions
|
@ -47,3 +47,5 @@ def compute_subscriptions(*sources: Iterable[SubscriptionState]) -> List[Subscri
|
|||
present = u in last_urls
|
||||
res.append(x._replace(subscribed=present))
|
||||
return res
|
||||
|
||||
from ..core import __NOT_HPI_MODULE__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue