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
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue