core: add __NOT_HPI_MODULE__ flag to mark utility files etc

(more of an intermediate solution perhaps)
This commit is contained in:
Dima Gerasimov 2020-09-29 15:22:30 +01:00 committed by karlicoss
parent 3b9941e9ee
commit fd41caa640
12 changed files with 48 additions and 56 deletions

View file

@ -2,7 +2,7 @@ from itertools import chain
from more_itertools import unique_everseen
from ..core import warn_if_empty
from ..core import warn_if_empty, __NOT_HPI_MODULE__
@warn_if_empty
def merge_tweets(*sources):