Rename `._flumes.py` -> `.flows.py`
parent
2399c618b6
commit
c85e7790de
|
@ -56,7 +56,7 @@ from .._daemon import (
|
||||||
maybe_spawn_brokerd,
|
maybe_spawn_brokerd,
|
||||||
check_for_service,
|
check_for_service,
|
||||||
)
|
)
|
||||||
from ._flumes import Flume
|
from .flows import Flume
|
||||||
from ._sharedmem import (
|
from ._sharedmem import (
|
||||||
maybe_open_shm_array,
|
maybe_open_shm_array,
|
||||||
ShmArray,
|
ShmArray,
|
||||||
|
|
Loading…
Reference in New Issue